mdk.fr/content/blog/integrating-google-bookmark...

21 lines
762 B
Markdown
Raw Normal View History

2017-04-04 21:11:23 +00:00
Title: Integrating google bookmarks in google chrome
As every developer, you have 42 computers, 8 browsers, and spend a lot
of time asking why Google Chrome does not integrate Google Bookmarks?
Here is a solution: First add the "Add to Google Bookmarks" bookmarklet
from here
<http://www.google.com/support/chrome/bin/answer.py?hl=en&answer=100215>
And then go to chrome's options -> base tab -> Default search
engine -> Manage Click "Add" and fill:
- Name: Google Bookmarks
- Keyword: The keyword you wanna enter before a bookmark search in the
chrome's address bar
- URL: http://www.google.com/bookmarks/find?q=%s
To search 42, if your keyword is, like mine 'b', type "b 42" in the
chrome's address bar and 42 will be searched in your bookmarks.
Enjoy!