A professional browser extension that uses Google Gemini AI to help you organize your bookmarks into smart folders, perform batch sorting, and manage your links with a clean, AMOLED dark theme interface.
- Smart Suggest: Analyze the current page and get AI recommendations for the best folder to save it in.
- AI-Powered Search: A dedicated search interface that uses Gemini AI to find relevant bookmarks even when keywords don't match exactly.
- AI Batch Sort: Scan your existing bookmarks and let the AI propose moves to better categories.
- Advanced Pro Organizer: A full-screen management interface with a folder tree, multi-select actions, and in-depth AI inspection.
- AMOLED Dark Theme: A premium, high-contrast dark mode with customizable accent colors (Violet, Emerald, Amber, etc.), optimized for OLED displays.
- Lucide Icons: A modern, consistent icon set integrated throughout the interface for better visual clarity.
- Duplicate Finder: Search for potential and exact duplicate bookmarks (same domain or path) with full-screen "PRO" view for deep cleanup.
- Flexible Configuration: Support for the latest Gemini 2.5 Flash and Flash-Lite models.
As this is a developer version, follow these steps to install it in your browser:
- Download the source: Clone this repository or download and extract the ZIP file.
- Open Extensions Page: In Chrome or Edge, navigate to
chrome://extensions/. - Enable Developer Mode: Toggle the switch in the top-right corner.
- Load Unpacked: Click the "Load unpacked" button and select the
bookmark-helper-exfolder. - Pin the Extension: Click the puzzle icon in your toolbar and pin "Gemini Bookmarks" for easy access.
The extension requires a Google Gemini API key to function:
- Visit Google AI Studio.
- Sign in with your Google account.
- Click on "Create API key".
- Copy your new key.
- In the extension, go to the Settings tab and paste your key into the "Gemini API Key" field.
- Click "Save Settings".
- Open the extension while on a website you want to bookmark.
- Add a personal note if you want (e.g., "Reference for my project").
- Click "Analyze Page".
- AI will suggest a folder. Click "Confirm & Add" to save it.
- Go to the Sort tab in the popup.
- Click "Scan & Propose Sort".
- Review the AI's suggestions and click "Apply All Changes" to reorganize your library instantly.
- Access the Search tab from the extension popup.
- Enter your query to see instant bookmark matches.
- If no direct matches are found, or if you want broader results, use the "Ask AI" feature to find semantically related bookmarks (e.g., search for "coding tools" to find bookmarks about GitHub or VS Code).
- Click the "Advanced Manager" button on the Manage or Sort tabs.
- This opens a full-screen view where you can browse your entire folder tree.
- Select multiple bookmarks to perform batch AI sorting within specific folders.
- Use "Analyze" on individual items to get deeper insights into where they belong.
The extension features a custom AMOLED Dark Theme with:
- True black background (
#000000) for zero-light emission on OLED screens. - Dynamic Accents: Choose between Violet, Emerald, Amber, and more (Pantone colors) in the Settings tab.
- Lucide Icon Pack: Integrated for a sharp, consistent look across all panels.
- Ultra-thin custom scrollbars.
- Smooth CSS animations for a premium feel.
Your API key is stored locally in your browser's sync storage. Bookmark titles and URLs are sent to the Google Gemini API only when you explicitly request an analysis or sort. No data is stored on external servers by this extension.
Built with ❤️ using Gemini 3.1 flash and Tailwind CSS.