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.
按已采集快照查看用户数变化。
展示最近 7 日窗口内已采集的评分快照,辅助判断近期评分是否稳定。
同口径展示 1 天、7 天、30 天的绝对增长与增长率。
查看发布时间、版本、支持语言、最近更新和抓取时间。
查看插件说明、主要功能和适用场景。
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.
查看最近评论和评分分布。
商店综合星级:4.9。下方星级分布只统计已同步评论正文;如果某个插件只有公开分数、没有真实评论正文,这里可能为空。
查看 Chrome 商店详情页中的相关产品。
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, }, }