Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.07 KB

Leetcode-bookmark

Why was this made?

Leetcode doesn't have the feature to bookmark posts yet. So I save all the posts as bookmarks. It sometimes get time consuming to navigate through the folders to find the saved post.

what it does?

It adds an icon for saving the post as a bookmark beside the title of the post. All the posts bookmarked through this icon gets stored in a specific folder. And we can easily access the bookmarks via extension popup.

How to use it?

  1. clone this repository.
  2. Open the Extension Management page by navigating to chrome://extensions
  3. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  4. Click the LOAD UNPACKED button and navigate to the cloned repository and select the folder leetcode-bookmark

You can now see a new extension will be added. You will also see a new bookmarks folder will be created named LeetcodeFiles. If you can't see the star icon try refreshing the page.

Disadvantages:

  1. We cannot remove a already marked bookmark from popup. ( To do so, you will have to refresh the extension)