/relevant-bookmarks

Chrome extension that gives you relevant bookmarks specific to the page you are in.

Primary LanguageJavaScript

Relevant Bookmarks

A Chrome extension that gives you a list of relevant bookmarks specific to the URL you are in. This extension works on any website and uses the list of bookmarks you already have in your browser and thus does not save any data. Relevant bookmarks are generated in runtime.

Run locally

Use cases

  • You are on a github issues page for a project - you can see all the relevant issues you have bookmarked.
  • You are on profile of a Medium user - you can see all the relavent articles by that user.
  • You are on stackoverflow - you can see all the relavent questions you had bookmarked.
  • Youtube videos, dev.to articles etc.

Permissions required

As mentioned in the manifest.json this extensions requires the following permissions:

  • bookmarks
  • tabs
  • storage

Settings availble

  • Change font size
  • Show URLs for Bookmarks
  • Maximum bookmarks to show.

Visit Chrome WebStore to downlaod this extension. To know more about how the bookmarks are categorized as relevant, read the main logic for this extension.