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')”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Omnibox App Launcher
ID mnieoidhfojjegnlioncpneloopflfde
官方網址 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"
        ]
    }
}