Command Palette

A command palette to navigate in Google Chrome faster.

Apa itu Command Palette?

Command Palette adalah ekstensi Chrome yang dikembangkan oleh Chin Leung, dan fitur utamanya adalah "A command palette to navigate in Google Chrome faster.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Command Palette

Unduh file ekstensi Command Palette dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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).                    

Informasi Dasar Ekstensi

Nama Command Palette Command Palette
ID lfmfhlofoaleegdogpmknfbibciflfek
URL Resmi https://chromewebstore.google.com/detail/command-palette/lfmfhlofoaleegdogpmknfbibciflfek
Deskripsi A command palette to navigate in Google Chrome faster.
Ukuran File 86.21 KB
Jumlah Instalasi 194
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-08-09
Tanggal Publikasi 2022-03-22
Penilaian 4.00/5 Total 6 Penilaian
Pengembang Chin Leung
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/chinleung/chrome-command-palette-issues
Bahasa yang Didukung 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"
    ]
}