A Chrome extension to organize bookmarks by project (folder), shown in the browser's side panel. All data is stored locally (chrome.storage.local) — nothing is sent anywhere.
- Organize bookmarks into project/folder groups
- One-click save of the current tab's title and URL
- Search across titles, URLs, and notes
- Notes per bookmark, dark mode, fully local storage
- Open
chrome://extensionsin Chrome - Enable Developer mode (top right)
- Click Load unpacked and select this folder (where
manifest.jsonis) - Click the toolbar icon to open the side panel
Requires Chrome 114+ (Side Panel API).
Manifest V3, vanilla JavaScript, no build step, no dependencies.
MIT