A lightweight, distraction-free browser extension that lets you instantly save any webpage to your native browser bookmark folders directly via the right-click context menu.
- Context-Menu Integration: Right-click anywhere on a webpage to instantly save it.
- Dynamic Folder Tree: Automatically fetches your native browser bookmark folders (including Bookmark Bar, Other Bookmarks, and nested subfolders).
- Subfolder Visual Depth: Nested folders are beautifully indented using clean visual markers (
—). - Real-time Sync: Dynamically syncs and rebuilds the menu whenever you add, rename, move, or delete folders in your browser's native bookmark manager.
- Settings Popup: Configure your experience with a beautiful settings panel:
- System Folders Toggle: Show or hide standard roots (like Bookmarks Bar or Other Bookmarks) to only display your custom folders.
- Save Notifications: Toggle instant native notifications when a bookmark is successfully saved.
- Privacy-First & Lightweight: No background tracking, no external storage, and no cloud databases. It uses Chrome's native API.
The extension's interface and icon are tailored to match the default Helium and Chromium browser toolbars:
- Icon: A geometric, outline-style star matching the exact
1.5pxstroke thickness used by the browser's native UI icons. - Settings UI: A premium, dark-mode configuration panel with gold accent highlights matching Chrome's native bookmark star color.
Since this extension is optimized for personal use, you can easily load it locally into your browser:
- Download the latest release to your computer and un-zip it.
- Open your browser and navigate to the Extensions page (
chrome://extensions) or your specific browser's extension page. - Enable Developer mode (usually a toggle switch in the top-right corner).
- Click on Load unpacked (top-left corner).
- Select the folder containing the extension files (where
manifest.jsonis located).
├── manifest.json # Extension configuration and native permissions
├── background.js # Background service worker handling context menus, storage, and notifications
├── popup.html # Beautiful settings popup panel UI
├── popup.js # Settings logic, storage management, and version rendering
├── README.md # Documentation
├── privacy.md # Privacy Policy
└── icons/ # Icon files for different sizes
├── icon-16.png
├── icon-32.png
├── icon-48.png
├── icon-128.png
├── icon-256.png
└── icon-512.png