Integrating google bookmarks in google chrome
Posted on Tue 04 April 2017 in blog
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!