This is a simple Chrome extension that displays a list of your most recent bookmarks when you click on the extension icon.
- List the 50 most recent bookmarks
- Search for bookmarks by title or url
- Click on a bookmark to open it in a new tab
- Click on Delete to open a confirmation dialog and delete the bookmark or click on Cancel to close the dialog
There is no bullshit you can look it up yourself because it's less than 1000 lines of code.
Be aware however that if you toggle favicons to true, it's querying google favicons. This means that google will know which bookmarks you have.
- Clone this repository to your local machine.
- Open Chrome and navigate to
chrome://extensions
. - Enable Developer mode by clicking the toggle switch at the top right.
- Click the
Load unpacked
button and select the extension directory.
Click on the extension icon to display a list of your 50 most recent bookmarks. Click on a bookmark to open it in a new tab.
This extension requires the bookmarks
permission to access your Chrome bookmarks.
Just fork it I don't want to maintain this.