Omni - Bookmark, History, & Tab Manager
Supercharge Chrome with commands, shortcuts, and more
Cos'è Omni - Bookmark, History, & Tab Manager?
Omni - Bookmark, History, & Tab Manager è un'estensione di Chrome sviluppata da Alyssa X, e la sua funzione principale è "Supercharge Chrome with commands, shortcuts, and more".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Omni - Bookmark, History, & Tab Manager
Scarica i file di estensione Omni - Bookmark, History, & Tab Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | Omni - Bookmark, History, & Tab Manager |
ID | mapjgeachilmcbbokkgcbgpbakaaeehi |
URL Ufficiale | https://chromewebstore.google.com/detail/omni-bookmark-history-tab/mapjgeachilmcbbokkgcbgpbakaaeehi |
Descrizione | Supercharge Chrome with commands, shortcuts, and more |
Dimensione del File | 1.91 MB |
Conteggio Installazioni | 22,845 |
Versione Corrente | 1.4.7 |
Ultimo Aggiornamento | 2022-03-22 |
Data di Pubblicazione | 2022-01-10 |
Valutazione | 4.65/5 Totale 55 Valutazioni |
Sviluppatore | Alyssa X |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/alyssaxuu/omni |
URL della Pagina di Aiuto | https://github.com/alyssaxuu/omni/issues |
URL della Pagina della Politica sulla Privacy | https://alyssax.com/x/screenity/privacy |
Lingue Supportate | 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": [ " |