Commander

Command palette for Chrome.

Commanderとは何ですか?

Commanderはhttps://ssundarraj.meによって開発されたChromeの拡張機能で、その主な機能は「Command palette for Chrome.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Commander拡張機能のCRXファイルをダウンロード

Commander拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Commander is a command palette for Chrome. You can perform all actions that you would using a mouse or keyboard shortcuts that are impossible to remember. You never have to use the mouse anymore - just use Commander. No more complicated keyboard shortcuts. Just one to open Commander. 

Now you can search Wikipedia, YouTube, IMDB, and Dictionary.com directly from Commander. You can also add custom actions (only for advanced users) - just click the options link in the extensions page!

Install, hit Ctrl+Y or Cmd+J and you're good to go!                    

拡張機能の基本情報

名前 Commander Commander
ID bcjcolkhdoiogoclgfaoihpaininobdj
公式URL https://chromewebstore.google.com/detail/commander/bcjcolkhdoiogoclgfaoihpaininobdj
説明 Command palette for Chrome.
ファイルサイズ 11.72 KB
インストール数 248
現在のバージョン 1.3.2
最終更新日 2017-03-27
公開日 2017-03-27
評価 4.92/5 合計 12 レビュー
開発者 https://ssundarraj.me
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ssundarraj.me/commander
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Commander",
    "description": "Command palette for Chrome.",
    "version": "1.3.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Commander"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Y",
                "mac": "Command+J",
                "chromeos": "Ctrl+Y",
                "linux": "Ctrl+Y"
            }
        }
    }
}