One-click export of all Chrome bookmarks as a clean JSON file.
Click the extension icon → save dialog opens → done. No menus, no configuration.
- One-click export as portable JSON
- Works fully offline — no data leaves your machine
- Only 2 permissions:
bookmarksanddownloads - No account, no tracking, no data collection
- Lightweight — a few KB total
- Backup — save your bookmarks before a Chrome reset or OS reinstall
- Migration — export bookmarks to move to another browser
- Sharing — send your bookmark collection to a friend or colleague
- Archiving — keep periodic snapshots of your saved links
- Clone this repository
- Open
chrome://extensionsin Chrome - Enable Developer Mode (top right)
- Click Load unpacked and select the cloned folder
This extension requests only the minimum permissions needed:
- bookmarks — to read your bookmark tree
- downloads — to save the JSON file
No data is collected, transmitted, or stored externally. Everything runs locally on your device.
MIT