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
电子邮箱 [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"
            }
        }
    }
}