Search Bookmarks History And Tabs Versions Save

Browser extension to search and navigate browser tabs, local bookmarks and history.

v1.9.4

6 months ago
  • NEW: Added option bookmarksIgnoreFolderList, that excludes all bookmarks from the search that are within the listed folder(s)
    • This includes sub-folders and their bookmarks

v1.9.3

7 months ago
  • NEW: Search results can now also be navigated Emacs or Vim style (feature request #106)
    • Ctrl+N and Ctrl+J for downward navigation
    • Ctrl+P and Ctrl+K for upward navigation
  • FIXED: If debug: true has been set, the extension crashed on a performance measurement analysis

v1.9.1

11 months ago
  • IMPROVED: Better handling of long bookmark titles. Some titles are now abbreviated, especially if they are a subpart of the URL anyway.

v1.9.0

1 year ago
  • FIXED: Fuzzy search now also works with non-ASCII characters like CKJ chars by default
  • FIXED: Option bookmarkColor now also applies to the bookmark folder badge in the search results
  • REMOVED: Removed hybrid search as the benefits / differences against new fuzzy search are negligible.

v1.8.6

1 year ago
  • NEW: New option uFuzzyOptions that allows to configure the fuzzy search library used by this extension
    • This can be used, e.g. that fuzzy search supports CKJ characters (see README)

PR's

Full Changelog: https://github.com/Fannon/search-bookmarks-history-and-tabs/compare/v1.8.5...v1.8.6

v1.8.5

1 year ago
  • CHANGED: Extension does not log or do performance measurements by default.
    • If you want to enable this, use the option: debug: true

v1.8.3

1 year ago
  • NEW: Added options to configure the color and the width of the color stripe of search results
    • colorStripeWidth to set the width
    • bookmarkColor and similar to set the color (expressed as CSS color)
  • NEW: When hovering over an URL, the full URL is displayed as a hover. Requested via #74
  • IMPROVED: Updated dependencies

v1.8.2

1 year ago
  • FIXED: Used wrong icon (edit) for closing tabs
  • IMPROVED: Hover over edit and close icon is now indicated

v1.8.1

1 year ago
  • FIXED: Missing icon for closing open tabs
    • Tip: This is especially useful if you enter tab search mode via searching t
  • FIXED: Improved very buggy logic to close tabs and update search results

v1.8.0

1 year ago
  • NEW: Allow definition of custom search engines that are triggered by custom alias
    • New option: customSearchEngines, with one default entry: g for executing a google search.
    • Also added blank option when no search string is given
    • Allowing for multiple aliases, if defined as an array (['alias1', 'alias]`)