Search bookmarks in Google Chrome address bar

71

41

I simply want to search through the bookmarks in Google Chrome as I type in the address bar. I don't want to have to type the full URL just to hit a site already stored in my bookmarks.

Google Chrome doesn't seem to catch the bookmark entries and I usually have to type a full URL if I know it.

Is there any way to turn it on to search through the bookmarks or an extension that can do this?

h1d

Posted 2010-07-01T12:44:56.910

Reputation: 711

Answers

107

No bloated extensions necessary. Simply add a new Search engine in Chrome options:

Chrome Settings > Basic > Search > Manage Search Engines

  • Search Engine Name: Chrome Bookmarks
  • Keyword: b
  • URL: chrome://bookmarks/?q=%s

That will allow you to easily search your bookmarks by simply pressing b then a SPACE or TAB.

enter image description here

Jake Wilson

Posted 2010-07-01T12:44:56.910

Reputation: 3 044

With Chromium, you'll have to press TAB (instead of space) after typing b. – f.cipriani – 2015-03-19T16:05:14.020

This method does not work for localized strings, because query is escaped and hence not found in bookmarks. This is probably not a big bug, because native approach with "suggesting bookmarks while typing in omnibox" (in latest versions) works smoothly. – Stan – 2016-03-23T14:17:55.850

This solution works great, but needs one minor tweak. Remove the # in the URL before q=%s. If you do not, it will just open the Bookmarks Manager, but not search immediately. – Magicbjørn – 2018-06-29T08:53:23.850

Good call @Magicbjørn. Google probably changed this functionality at one time or another since I wrote this answer 7 years ago. – Jake Wilson – 2018-07-02T16:18:20.297

Thanks a lot! I use it with keyword * just like in firefox! – Obnebion – 2019-12-02T09:45:21.463

I found this already available in my search engine in recent versions of Chrome. Just type "b " (b-space) to invoke it and type the query you would like to search. – rynmrtn – 2012-04-05T14:38:05.640

If you also use Firefox a lot you could make the keyword '*' so that you can use the same keystrokes in both Firefox and Chrome. – Sam Hasler – 2013-01-17T12:46:11.047

1A footnote to the most common answer: The omnibox now searches bookmarks by default. See my answer for a tad more details. – Chris – 2013-05-01T18:40:31.753

@Jakebud that's great.. how can i just search for my bookmark folders? – abbood – 2013-09-15T05:52:55.090

Cool, this is great. – Punit Soni – 2013-11-10T21:13:00.667

So, you find this "great". But what you have: 1. press b and space. 2. enter keyword. 3. press enter. 4. double click on bookmark shown. That all instead of just open the site I need. Is this really that great? Google just want you to open google.com more often. – Andrey – 2013-12-02T12:21:59.000

7

Go to Tools -> Options -> Basic -> Default Search Manage -> Add...

You can use:

Name: Chrome History (or whatever you want)
Keyword: h
URL: chrome://history/#q=%s&p=0

Now if you want to search for superuser in your history just type "h superuser" into your addressbar. You can use whatever keyword you'd like when you create the link, "h" is just an example. I use this quick search for everything... a-amazon, i-imdb, e-ebay, g-I'm feeling Lucky Google search... You can even be more specific with it, like I use "ipeople" to do a people search on IMDB instead of a regular IMDB search. Just make sure you don't use a keyword you might normally want to search for... I use mostly single letter keywords.

Jarvin

Posted 2010-07-01T12:44:56.910

Reputation: 6 712

2I'd like to have it auto complete the URL from the bookmark, just as it does with Safari. (Say, you have superuser.com bookmarked and as soon as I start typing 'sup' in the address bar, it will show candidate bookmarks below the bar including 'sup' and auto completes them as I type more specifically. – h1d – 2010-07-07T13:31:08.857

3This seems to search the history, not bookmarks? – Zoredache – 2011-02-01T23:50:00.343

1The OP wants to search bookmarks, he doesn't want to search in the history... – Sk8erPeter – 2013-05-06T22:09:38.060

7

This must have been a common feature request, because at least as of Chrome 26, the omnibar does automatically search both bookmarks and search history in addition to the normal integration with Google search. Bookmark matches are marked with a star in the predictive search dropdown.

For what it's worth (not much) see Google's omnibox documentation.

Chris

Posted 2010-07-01T12:44:56.910

Reputation: 211

2Unfortunately, at the time of this comment, the suggestion list seems a bit broken in this regard. Even with numerous bookmarks matching my query, only maybe one or two bookmark entries are shown - even after changing the chrome://flags/#omnibox-ui-max-autocomplete-matches to a maximum of 12 entries. – MikMak – 2019-07-04T15:40:44.390

6

The solution is the Fauxbar Extension, which brings Firefox-navbar behavior to chrome/chromium:

enter image description here

qubodup

Posted 2010-07-01T12:44:56.910

Reputation: 3 736

6

The Bookmark Search extension should meet your needs.

Screenshot

Just to clarify, I actually wrote this extension. It is not bloated and source code available at GitHub, with a simple permissive license.

Alvin Wong

Posted 2010-07-01T12:44:56.910

Reputation: 870

Works great, I recommend this better than the custom search query solution. In the other solution the first result is just "search bookmarks" which always requires another arrow-down keystroke. – Arad – 2014-12-17T15:18:39.273

0

You can search through your bookmarks by pressing CTRL-SHIFT-B. Unfortunately Chrome omnibar is not as efficient as Firefox awesomebar.

Note that there is an issue opened to make Chrome omnibar as "intelligent" as Firefox awesomebar, making it remember the most used keys with associated selected websites (example: if you constantly type "b" in Firefox awesomebar and selects Facebook from it, it would make Facebook be the first shown website when you press "b"). The issue can be viewed here: http://code.google.com/p/chromium/issues/detail?id=367, but as today it is not resolved.

FooBar

Posted 2010-07-01T12:44:56.910

Reputation: 174

1CTRL-SHIFT-B in current Chrome appears to hide or unhide bookmark bar, not search bookmarks! – LeBleu – 2012-06-27T21:01:38.690

0

Press [Ctrl]-[E] and start typing the name of the bookmark. As the match from your Bookmarks is found it will be listed as second item, below the Google Search entry. You can go to that item by pressing [Arrow-Down] and then [Enter].

ggponti

Posted 2010-07-01T12:44:56.910

Reputation: 151

0

I created plugin for Chrome to access bookmarks "programmatic way". It was inspired by Intellij IDEA ctrl+shift+n dialog way to access files. I hope you'll like it!)

fedor.belov

Posted 2010-07-01T12:44:56.910

Reputation: 101