Command Palette

A command palette to navigate in Google Chrome faster.

Command Paletteとは何ですか?

Command PaletteはChin Leungによって開発されたChromeの拡張機能で、その主な機能は「A command palette to navigate in Google Chrome faster.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        An extension that allows you to quickly switch between active tabs, open new tabs, execute commands and more.

Open the command palette by pressing CTRL/COMMAND + SHIFT + K at anytime. The shortcut is editable in the Chrome's shortcuts settings (chrome://extensions/shortcuts).                    

拡張機能の基本情報

名前 Command Palette Command Palette
ID lfmfhlofoaleegdogpmknfbibciflfek
公式URL https://chromewebstore.google.com/detail/command-palette/lfmfhlofoaleegdogpmknfbibciflfek
説明 A command palette to navigate in Google Chrome faster.
ファイルサイズ 86.21 KB
インストール数 194
現在のバージョン 1.0.1
最終更新日 2022-08-09
公開日 2022-03-22
評価 4.00/5 合計 6 レビュー
開発者 Chin Leung
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/chinleung/chrome-command-palette-issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Command Palette",
    "description": "A command palette to navigate in Google Chrome faster.",
    "version": "1.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "toggle-palette": {
            "suggested_key": {
                "default": "Ctrl+Shift+K"
            },
            "description": "Toggle the command palette."
        }
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "search",
        "tabs"
    ]
}