
Search Bookmarks, History and Tabs tekijä Simon Heimler
Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.
291 käyttäjää291 käyttäjää
Laajennuksen metatiedot
Kuvakaappaukset




Tietoja tästä laajennuksesta
This extension does not collect any data, nor does it make any external requests.
It supports two different search approaches or a hybrid between both:
With this extension you can also tag your bookmarks including auto completions. The tags are considered when searching and can be used for navigation.
In general, the extension is very customizable and has a dark / light theme that is selected based on your system settings.
You can find more information here: https://github.com/Fannon/search-bookmarks-history-and-tabs#readme
It supports two different search approaches or a hybrid between both:
- Fuzzy search (approximate string matching)
- Precise search (exact matching)
With this extension you can also tag your bookmarks including auto completions. The tags are considered when searching and can be used for navigation.
In general, the extension is very customizable and has a dark / light theme that is selected based on your system settings.
You can find more information here: https://github.com/Fannon/search-bookmarks-history-and-tabs#readme
Source Code: https://github.com/Fannon/search-tabs-bookmarks-and-history
Arvio 5 20 arvostelijan toimesta
Käyttöoikeudet ja dataLue lisää
Vaaditut käyttöoikeudet:
- Lue ja muokkaa kirjanmerkkejä
- Pääsy selaushistoriaan
- Pääsyoikeus selaimen välilehtiin
Lisätietoja
- Lisäosan linkit
- Versio
- 1.15.0
- Koko
- 121,74 kt
- Viimeksi päivitetty
- 13 tuntia sitten (15. loka 2025)
- Liittyvät luokat
- Lisenssi
- MIT-lisenssi
- Tietosuojakäytäntö
- Lue tämän lisäosan tietosuojakäytäntö
- Versiohistoria
- Tunnisteet
- Lisää kokoelmaan
Version 1.15.0 julkaisutiedot
[v1.15.0]
- IMPROVED: Various performance improvements:
- Creating a single minified production bundle, should speed up initial loading time a lot when IO is slow
- lazy-loading the search highlight library, speeds up initial load further
- More general caching of search results, now also for fuzzy search
- Various smaller improvements that increase search and render performance
- FIXED: Bug in scoring that
lastVisited
: 0 was not treated as most recent (max score) - FIXED: Bug in scoring where
visitCount
was not correctly merged in from history - IMPROVED: Improved unit-test coverage and switched for E2E testing to Playwright, leading to faster and less brittle tests.
- CHANGED: Renamed some options, e.g.
scoreBookmarkBaseScore
toscoreBookmarkBase
- REMOVED: Removed
debug
option, as debug logging will now always take place if console is loaded - and the performance.* logging has been removed to clean up the code.