Omnibox App Launcher
Launch app from your Omnibox! (type 'app')
Cos'è Omnibox App Launcher?
Omnibox App Launcher è un'estensione di Chrome sviluppata da Breezewish, e la sua funzione principale è "Launch app from your Omnibox! (type 'app')".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Omnibox App Launcher
Scarica i file di estensione Omnibox App Launcher 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
Want to launch your installed Chrome Web Apps without clicking mouse? Simply type 'app', press [space/tab], input the app name then press [enter] ! Example: app rest (Match installed apps which name is similar to 'rest') Hotkey Hint: You can press Ctrl+L (Command+L for Mac users) to focus the Chrome address bar.
Informazioni di Base sull'Estensione
Nome | Omnibox App Launcher |
ID | mnieoidhfojjegnlioncpneloopflfde |
URL Ufficiale | https://chromewebstore.google.com/detail/omnibox-app-launcher/mnieoidhfojjegnlioncpneloopflfde |
Descrizione | Launch app from your Omnibox! (type 'app') |
Dimensione del File | 14.86 KB |
Conteggio Installazioni | 4,297 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2017-02-21 |
Data di Pubblicazione | 2017-02-21 |
Valutazione | 4.39/5 Totale 57 Valutazioni |
Sviluppatore | Breezewish |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/breeswish/OmniboxAppLauncher |
URL della Pagina di Aiuto | https://github.com/breeswish/OmniboxAppLauncher/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Omnibox App Launcher", "short_name": "App Launcher", "description": "Launch app from your Omnibox! (type 'app')", "version": "1.0.1", "omnibox": { "keyword": "app" }, "homepage_url": "https:\/\/github.com\/breeswish\/OmniboxAppLauncher", "permissions": [ "management" ], "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png", "256": "assets\/icon_256.png", "512": "assets\/icon_512.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |