Tired of pilled up bookmarks? Add reminders to bookmarks and visit them later or cleanup bookmarks easily.
Warning
The extension is not stable yet
Unmark is an open source chrome extension built out of the frustration of piled of bookmarks. While bookmark is a great feature provided by chrome
, they often just sit collecting digital dust. So instead of just bookmarking tabs next time use Unmark to add reminder and visit the bookmark later, read through it and unmark it.
- Google bookmarks listing
- Sorting and searching of bookmarks
- Reminder to individual bookmark
- Bulk unmarking and other operations
- React - library
- Vite - bundler
- Typescript
- Pnpm - package manager
- Sonner - toaster
- Floating UI - popups
- Iconsax - icons
- Moment - date management
- @Types/Chrome - chrome types and apis
- Chrome extension manifest docs
- Chrome notification API docs
- Chrome sidePanel API docs
- Chrome alarm API docs
- Chrome bookmarks API docs
- Chrome tabs API docs
- Youtube - Bookmark override extension
- Youtube - Setting vite and react for chrome extension development
The project is MIT Licensed
Open source project you are free to clone it, further develop it and distribute it.
To develop locally following following steps:
- Clone the project
git clone https://github.com/alsongarbuja/unmark.git
- Cd into the project and install dependencies
cd unmark && pnpm install
Note
Development command is currently being worked on
- Build the project
pnpm build
- Load the build folder into chrome extension which you can do by following the steps in the chrome extention getting started docs