Chrome Extension · MV3

Your bookmarks,
under control

Search, tag, and manage your Chrome bookmarks in seconds — with duplicate detection, stale-link alerts, and optional AI tag suggestions. No account, no cloud, no ads.

Add to Chrome
Popup view — search and bookmark list
Quick popup — search, filter by tag, open-count badges
Full-page view — grid layout with tag sidebar
Full-page view — grid layout, tag sidebar, grouped sections
What it does
Everything you need, nothing you don't

Real-time search

Searches title, URL, and tags simultaneously — including mid-word matches. Results update as you type.

Tags stored in the bookmark

Tags live inside the bookmark title (Title | tag1, tag2), so they sync across all your devices via your Google account automatically.

Stale bookmark alerts

Bookmarks you haven't opened in 30+ days are flagged. Review and clean up with one click.

Duplicate detection

Automatically finds duplicate URLs, stripping tracking parameters (UTM, fbclid) and anchors before comparing.

Open-count popularity sort

Every click is counted. Sort by most-opened to surface your most-used bookmarks at the top.

CSV export & import

Export all bookmarks (title, URL, tags) as a UTF-8 CSV compatible with Excel and Google Sheets. Import works the same way.

Dead link checker (optional)

Sends HTTP HEAD requests to verify bookmarks are still reachable. Flags potentially broken links without loading any page content.

AI tag suggestions (optional)

Bring your own OpenAI API key and get instant tag suggestions from GPT-4o mini. Disabled by default, no data leaves your device without it.

Keyboard shortcuts
Work faster without the mouse
CtrlShiftB
Open bookmark popup
CtrlShiftD
Save current tab as bookmark
Navigate the bookmark list
Enter
Open highlighted bookmark

Privacy Policy

Last updated: April 2026 · Applies to version 1.0.0 and later

Summary: Bookmarks Manager stores all data locally on your device using chrome.storage.local. No personal data is collected, transmitted, or shared with any third party — except when you explicitly enable the optional AI feature and provide your own OpenAI API key.

What data we store

All data is stored exclusively in your browser's local storage and never leaves your device unless noted below.

KeyContentsPurpose
bm_settingsFeature flags, optional OpenAI API keyPersist user preferences
bm_statsOpen count and last-opened timestamp per bookmark IDPopularity sort, stale detection
bm_historyLast 30 add/edit/delete operationsUndo support
bm_view_prefsGrid mode, group mode, sort orderRestore view between sessions
bm_installed_atFirst-install timestampBaseline for stale detection
bm_pending_addTitle + URL of bookmark being addedPass data from background to popup (cleared immediately)

Permissions used

PermissionWhy it's needed
bookmarksRead, create, edit, and delete Chrome bookmarks
storageSave preferences and statistics locally
tabsRead the active tab URL/title when saving via Ctrl+Shift+D
<all_urls>Send HTTP HEAD requests for dead-link checking (optional, user-triggered). Only the HTTP status code is read — no page content.

Optional AI feature

The AI tag suggestion feature is disabled by default and requires you to explicitly enable it and provide your own OpenAI API key. When active, only the bookmark's title and URL are sent to api.openai.com. Your API key is stored locally and never transmitted to anyone other than OpenAI. OpenAI's privacy policy applies to that interaction.

Data sharing

We do not collect, sell, rent, or share any of your data. No analytics, crash reporting, or telemetry of any kind.

Data deletion

Go to chrome://extensions, find Bookmarks Manager and click Remove to delete all stored data. You can also clear individual storage keys from the extension's Settings panel.

Contact

Questions? Open an issue on GitHub.