Command Palette

Speed up your productivity without having to learn keyboard shortcuts.

Command Paletteとは何ですか?

Command Paletteはathal7によって開発されたChromeの拡張機能で、その主な機能は「Speed up your productivity without having to learn keyboard shortcuts.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Want to improve your productivity, but don't want to learn keyboard shortcuts? With Command Palette, you can become a power user instantly, with a single command.

Supported Websites:
- Gmail

Vote for more sites here: https://github.com/sponsors/athal7                    

拡張機能の基本情報

名前 Command Palette Command Palette
ID cpnjadnfdpmdfplhnfjbgngcokgmkmpd
公式URL https://chromewebstore.google.com/detail/command-palette/cpnjadnfdpmdfplhnfjbgngcokgmkmpd
説明 Speed up your productivity without having to learn keyboard shortcuts.
ファイルサイズ 105 KB
インストール数 31
現在のバージョン 0.3.0
最終更新日 2020-07-25
公開日 2020-07-24
評価 5.00/5 合計 1 レビュー
開発者 athal7
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Command Palette",
    "description": "Speed up your productivity without having to learn keyboard shortcuts.",
    "version": "0.3.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "options.html"
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}