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.
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.
- clone this repository.
- Open the Extension Management page by navigating to chrome://extensions
- Enable Developer Mode by clicking the toggle switch next to Developer mode.
- 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.
- We cannot remove a already marked bookmark from popup. ( To do so, you will have to refresh the extension)