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.
- Clone this repo
- Load unpacked extension in chrome
- 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.
As mentioned in the manifest.json this extensions requires the following permissions:
- bookmarks
- tabs
- storage
- 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.