Chrome Bookmarks

An Alfred Workflow


Short Description

Fast Chrome bookmark searcher for Alfred.

Last Updated

11 Jul 2016

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.1
 

Bundle ID

com.chrome.bookmarks
 

Chrome Bookmarks

Build Status

Searches through your current Chrome bookmarks. This does not cache them in a database, but reads directly from the JSON bookmarks file. This makes it drastically faster.

This will search trough the name of your bookmark and the URL. It will split your query into grams for inclusive matching and a ranking system to show relevant results first.

Multiple or Single Profiles

By default we will search all of your profiles, if you wish to just search one profile you can modify the profile path. If you open the workflow in Alfred you can double click the "Script Filter" to edit it. You can see a PROFILE item that points to the path of your profile. By default it looks like:

PROFILE="~/Library/Application Support/Google/Chrome/**/Bookmarks" php
bookmarks.php {query}

Simply change ~/Library/Application Support/Google/Chrome/**/Bookmarks to the single path. For example:

  • ~/Library/Application Support/Google/Chrome/Default/Bookmarks
  • ~/Library/Application Support/Google/Chrome/Profile 2/Bookmarks

Screenshots