Omni - tabs, history and bookmarks by Tefter
Boost your productivity by quickly navigating through your open tabs, history and Tefter.io bookmarks.
Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
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)
You can also **tag your bookmarks** including auto completions. Tags are considered when searching and can be used for navigation. It also supports searching for and navigating to your open tabs and history. Lastly, the extension allows you to configure "search engines", which will forward you to arbitrary search engines with the search term as the search query (helpful as a fallback) or directly access an entered URL.
The extension is very customizable and has a dark / light theme that is selected based on your system settings.
Inspect the latest comments and rating distribution.
Store average score: 4.9. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Boost your productivity by quickly navigating through your open tabs, history and Tefter.io bookmarks.
A fast google-liked search engine for bookmarks that supports searching operators and offline indexing
A dual-pane Norton Commander liked bookmarks manager that supports sorting, dark theme, search, and duplicate detection
Save native bookmarks in Chrome faster.
Adds tags to bookmarks. Improves search and more.
View your Chrome bookmarks by date in a sortable searchable table
Extremely fast! Not only search bookmarks, but can also search history. Must-have extension!
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, }, }