Chrome extension to search your bookmarks' content right in your browser. Private and Fast.
➤ Scrape content and embed using Sentence-BERT (through transformer.js)
➤ Store in localStorage
➤ Semantic vector search (with orama).
Stay tuned for enhancements and fixes:
- Settings (similarity threshold, num results, etc.)
- Accurate progress bar
- Smarter salient text subselection
- Faster scraping
- Better UI/UX
Please run npm install
and npm run build
. This will generate the build
directory, which you can load into Chrome by
following the extensions dev instructions.