Skip to content

kunalpanchal/relevant-bookmarks

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 

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.