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
公式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
Eメール [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"
        ]
    }
}