Search Bookmarks, History and Tabs is a browser history manager extension for chrome. also, it is bookmarks extension and search history manager extension. it's a free extension and is featured in Search Tools, it has 624 active users since released its first version, it earns an average rating of 4.80 from 5 rated user, last update is 601 days ago.
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: - 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
You could download the latest version crx file or older version files and install it.
English.
50% user give 5-star rating, 50% user give 4-star rating. Read reviews of search bookmarks, history and tabs
You could find more help information from search bookmarks, history and tabs support page.
You could send emails to publisher, or check publisher's website.
More about manifest_file of search bookmarks, history and tabs.
You could click to report abuse of search bookmarks, history and tabs.
so fast work
I didn’t need search queries from google and others. Only bookmarks and tabs. I was tormented with the code until I came up. Maybe someone will come in handy. Write all code in English! { bookmarks: { enabled: true, }, history: { daysAgo: 7, ignoreList: [ 'http://localhost', 'http://127.0.0.1', ], maxItems: 1024, }, score: { tabBaseScore: 70, }, search: { approach: 'precise', }, searchEngines: { choices: [ { name: 'Google', urlPrefix: 'https://www.google.com/search?q=', }, { name: 'dict.cc', urlPrefix: 'https://www.dict.cc/?s=', }, ], }, tabs: { enabled: true, }, }