A browser extension for efficient bookmark management with search capabilities.
Quick Save Save bookmarks quickly by opening the extension popup. The popup auto-fills the current page title and URL for easy editing before saving to your chosen folder.
Folder Search Find bookmark folders by typing their names with real-time filtering. Navigate results with arrow keys and expand child folders. The interface highlights matching text and shows breadcrumb paths for easy identification.
Bookmark Search Search for bookmarks within folders using full-text search. View folder contents with the option to display recursive or direct content only.
Current Page Detection See the full path where the current page is already bookmarked, and quickly delete it directly from the popup if needed.
Save for Later Quickly save pages to a dedicated "See later" folder with one click. Configure your preferred quick-save folder in the extension settings.
Dark Mode Automatic theme detection follows your system preferences, or manually toggle between light and dark modes. Access theme settings via the extension options page for fine-grained control (Auto/Light/Dark).
Multi-language Support Currently supports English and French, with the architecture in place to easily add additional languages in the future.
- Enable creating new folders during save process
- Customize hot keys and default folder for quick save
- Add a note to a bookmark
- Find a way to do a trash for deleted bookmarks
- List broken URLs bookmarks
- Auto backup locally on any change
- Add more languages
- Add tags to bookmarks
pnpm install
pnpm run devpnpm run dev- Start development serverpnpm run build- Build for productionpnpm run check- Run linting and formattingpnpm run zip- Create distribution package
- Framework: WXT - Modern web extension framework
- Frontend: Vue.js 3 with TypeScript
- Styling: Scoped CSS with shared components
- Internationalization: @wxt-dev/i18n
- Code Quality: Biome for linting and formatting
This project uses pre-commit hooks.
pre-commit install # Install hooks
pre-commit run --all-files # Run manuallyThis project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
If you encounter any issues or have questions, please open an issue.