Omnibox App Launcher
Launch app from your Omnibox! (type 'app')
Qu'est-ce que Omnibox App Launcher ?
Omnibox App Launcher est une extension Chrome développée par Breezewish, et sa fonction principale est "Launch app from your Omnibox! (type 'app')".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Omnibox App Launcher
Téléchargez les fichiers d'extension Omnibox App Launcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Omnibox App Launcher |
ID | mnieoidhfojjegnlioncpneloopflfde |
URL Officiel | https://chromewebstore.google.com/detail/omnibox-app-launcher/mnieoidhfojjegnlioncpneloopflfde |
Description | Launch app from your Omnibox! (type 'app') |
Taille du Fichier | 14.86 KB |
Nombre d'Installations | 4,297 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2017-02-21 |
Date de Publication | 2017-02-21 |
Évaluation | 4.39/5 Total 57 Évaluations |
Développeur | Breezewish |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/breeswish/OmniboxAppLauncher |
URL de la Page d'Aide | https://github.com/breeswish/OmniboxAppLauncher/issues |
Langues Prises en Charge | 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" ] } } |