Omnibox App Launcher
Launch app from your Omnibox! (type 'app')
What is Omnibox App Launcher?
Omnibox App Launcher is a Chrome extension developed by Breezewish, and its main feature is "Launch app from your Omnibox! (type 'app')".
Extension Screenshots
Download Omnibox App Launcher Extension CRX File
Download Omnibox App Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Omnibox App Launcher |
ID | mnieoidhfojjegnlioncpneloopflfde |
Official URL | https://chromewebstore.google.com/detail/omnibox-app-launcher/mnieoidhfojjegnlioncpneloopflfde |
Description | Launch app from your Omnibox! (type 'app') |
File Size | 14.86 KB |
Installation Count | 4,297 |
Current Version | 1.0.1 |
Last Updated | 2017-02-21 |
Publish Date | 2017-02-21 |
Rating | 4.39/5 Total 57 Ratings |
Developer | Breezewish |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/breeswish/OmniboxAppLauncher |
Help Page URL | https://github.com/breeswish/OmniboxAppLauncher/issues |
Supported Languages | 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" ] } } |