Categories

Developer

octplane

Sync bookmarks to disk v1.2

  • rating
  • rating
  • rating
  • rating
  • rating
0 (0 reviews)
Sync bookmark to disk is an extension that sends all your bookmarks to an external application every time they are modified. This can be used to build auto-complete lists for Alfred for example.

This extension watches changes in your bookmarks and send them to an external application. The application shipped in the extension repository dumps them as is in /tmp/bookmarks.json. You can then use with external applications such as Alfred.

To run this extension properly:
- you need to configure and install the Native application manifest in your NativeMessagingHosts folder.
- and to put the dump_bookmarks application where indicated in the example manifest

Look at the extensions github sources to get the corresponding files.