Omni - Bookmark, History, & Tab Manager
Supercharge Chrome with commands, shortcuts, and more
Omni - Bookmark, History, & Tab Managerとは何ですか?
Omni - Bookmark, History, & Tab ManagerはAlyssa Xによって開発されたChromeの拡張機能で、その主な機能は「Supercharge Chrome with commands, shortcuts, and more」です。
拡張機能のスクリーンショット
Omni - Bookmark, History, & Tab Manager拡張機能のCRXファイルをダウンロード
Omni - Bookmark, History, & Tab Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With Omni you can use Chrome like a pro. Manage tabs, bookmarks, your browser history, perform all sorts of actions and more with a simple command interface.
FEATURES
🗄 Switch, open, close, and search your tabs
📚 Browse and manage your bookmarks
🔍 Search your browsing history
⚡️ 50+ actions to improve your productivity
🔮 Special commands to filter and perform more actions
🧩 Integrations with Notion, Figma, Docs, Asana...
⌨️ Shortcuts for actions such as muting, pinning, bookmarking...
⚙️ Advanced settings to help troubleshoot browsing issues
🌙 Dark mode
...and much more - all for free & no sign in needed!
Want to self-host, add new features to Omni, or even make your own omnisearch extension? Feel free to check out the code on GitHub! 👉 https://github.com/alyssaxuu/omni
Omni is built and maintained by Alyssa X (https://alyssax.com) 拡張機能の基本情報
| 名前 | |
| ID | mapjgeachilmcbbokkgcbgpbakaaeehi |
| 公式URL | https://chromewebstore.google.com/detail/omni-bookmark-history-tab/mapjgeachilmcbbokkgcbgpbakaaeehi |
| 説明 | Supercharge Chrome with commands, shortcuts, and more |
| ファイルサイズ | 1.91 MB |
| インストール数 | 22,845 |
| 現在のバージョン | 1.4.7 |
| 最終更新日 | 2022-03-22 |
| 公開日 | 2022-01-10 |
| 評価 | 4.65/5 合計 55 レビュー |
| 開発者 | Alyssa X |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/alyssaxuu/omni |
| ヘルプページのURL | https://github.com/alyssaxuu/omni/issues |
| プライバシーポリシーページのURL | https://alyssax.com/x/screenity/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Omni - Bookmark, History, & Tab Manager",
"description": "Supercharge Chrome with commands, shortcuts, and more",
"offline_enabled": true,
"version": "1.4.7",
"manifest_version": 3,
"action": {
"icons": {
"16": "assets\/logo-16.png",
"48": "assets\/logo-48.png",
"128": "assets\/logo-128.png"
}
},
"icons": {
"16": "assets\/logo-16.png",
"48": "assets\/logo-48.png",
"128": "assets\/logo-128.png"
},
"commands": {
"open-omni": {
"suggested_key": {
"default": "Ctrl+Shift+K",
"mac": "Command+Shift+K"
},
"description": "Open command menu"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
" | |