Theme
Choose your preferred appearance. Auto will follow your system preferences.
API Configuration
Configure your OpenAI-compatible API connection for Q&A generation and semantic search.
Bulk Import URLs
Import multiple bookmarks at once by pasting a list of URLs (one per line).
Import / Export
Backup your bookmarks or transfer them between browsers.
Export Bookmarks
Download all your bookmarks as a JSON file.
Import Bookmarks
Import bookmarks from a previously exported JSON file. Duplicates will be skipped.
Server Sync
Sync your bookmarks across devices using a Localforge sync server.
Self-Healing
Scan your bookmarks for missing or incomplete data and repair issues automatically.
About
Bookmarks by Localforge captures web pages and uses AI to generate searchable question-answer pairs, enabling semantic search across your bookmarks.
Privacy: All bookmarks are stored locally in your browser. Only the extracted content is sent to your configured API for processing.
Advanced
- Jobs Dashboard - Monitor processing jobs for bookmarks
- Status - Database statistics overview
- Advanced Configuration - Modify internal settings
Dependencies
Runtime libraries used by this extension.
- Dexie – IndexedDB wrapper for local bookmark storage
- @mozilla/readability – Extracts readable content from web pages
- Marked – Markdown parser for rendering content
- Turndown – Converts HTML to Markdown
Development Tools
Tools and frameworks used to build this extension.
- Vite – Build tool and dev server
- TypeScript – Typed JavaScript
- Vitest – Unit testing framework
- CRXJS Vite Plugin – Chrome extension development with Vite
- Puppeteer – Browser automation for E2E testing
- Selenium WebDriver – Firefox E2E testing
GitHub Actions Providers
Third-party actions used in the CI/CD workflows.
- browser-actions/setup-firefox – Installs Firefox for E2E testing
- softprops/action-gh-release – Creates GitHub releases
- robinraju/release-downloader – Downloads release assets
- mnao305/chrome-extension-upload – Publishes to Chrome Web Store
- kewisch/action-web-ext – Signs and publishes Firefox Add-ons
License
This project is open source and available under the MIT License. See the LICENSE.md file for details.