Omnibox App Launcher
Launch app from your Omnibox! (type 'app')
什么是Omnibox App Launcher?
Omnibox App Launcher是由Breezewish开发的Chrome扩展程序,该扩展的主要功能是“Launch app from your Omnibox! (type 'app')”。
扩展截图
下载Omnibox App Launcher扩展crx文件
下载Omnibox App Launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Omnibox App Launcher |
ID | mnieoidhfojjegnlioncpneloopflfde |
官方URL | https://chromewebstore.google.com/detail/omnibox-app-launcher/mnieoidhfojjegnlioncpneloopflfde |
简介 | Launch app from your Omnibox! (type 'app') |
文件大小 | 14.86 KB |
安装次数 | 4,297 |
当前版本 | 1.0.1 |
更新时间 | 2017-02-21 |
上架时间 | 2017-02-21 |
评分 | 4.39/5 共57次评分 |
开发者 | Breezewish |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/breeswish/OmniboxAppLauncher |
帮助页面URL | https://github.com/breeswish/OmniboxAppLauncher/issues |
支持的语言 | 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" ] } } |