Omni Plus
Great tools in one line.
Cos'è Omni Plus?
Omni Plus è un'estensione di Chrome sviluppata da https://cil.rocks, e la sua funzione principale è "Great tools in one line.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Omni Plus
Scarica i file di estensione Omni Plus 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
This extension provides a series of tools that could be accessed right in your Chrome address bar. To use it, type 'op' in address bar and hit space bar. Once you see the extension icon and 'Omni Plus' show up, you can continue typing to choose a command and run it by hit Enter. It's also open source on Github: https://github.com/JohnCido/omni-plus You're welcomed to extend it following README document. Or using any available feedback methods to suggest new features. Update log: 1.0.0: · init
Informazioni di Base sull'Estensione
Nome | Omni Plus |
ID | pmjmpealmhemagiinkeendmoekpljpel |
URL Ufficiale | https://chromewebstore.google.com/detail/omni-plus/pmjmpealmhemagiinkeendmoekpljpel |
Descrizione | Great tools in one line. |
Dimensione del File | 689 KB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-12-03 |
Data di Pubblicazione | 2016-12-03 |
Sviluppatore | https://cil.rocks |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.0.1", "minimum_chrome_version": "52", "omnibox": { "keyword": "op" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "\/img\/icons\/icon_16.png", "48": "\/img\/icons\/icon_48.png", "128": "\/img\/icons\/icon_128.png" }, "background": { "scripts": [ "\/js\/main.js" ], "persistent": false }, "permissions": [ "activeTab", "notifications", "system.memory", "contextMenus", "management", "downloads", "downloads.shelf", "bookmarks", "history", "power", "topSites", "tts", "storage", "tabs", "idle" ], "homepage_url": "http:\/\/cil.rocks\/extensions\/" } |