A browser extension for efficient bookmark management. This extension helps you organize, search, and manage your bookmarks in a more intuitive and user-friendly interface.
This extension is primarily a personal tool created for personal use. It is shared as-is without any warranty or guarantee of any kind. The author is not responsible for any data loss, damage, or other issues that may arise from using this extension. Please use it at your own risk and make sure to back up your bookmarks before using this tool.
- Easily browse and search your existing bookmarks
- Organize bookmarks with custom tags and categories
- Fast and responsive interface built with React
- Modern UI using Tailwind CSS and shadcn components
Important: This extension currently uses the OpenAI API and requires a valid OpenAI API key to function properly. You will need to provide your own API key during setup.
(Coming soon)
- Download the latest release from the Releases page
- Unzip the file
- In Chrome, go to
chrome://extensions/
- Enable "Developer mode" in the top right
- Click "Load unpacked" and select the unzipped folder
- Node.js >= 18.0.0
- pnpm >= 8.0.0
# Clone the repository
git clone https://github.com/yourusername/bookmarks.git
cd bookmarks
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build the extension
pnpm build
# The built extension will be in the dist/ directory
Contributions are welcome! Please see CONTRIBUTING.md for details.
This project is licensed under the MIT License - see the LICENSE file for details.