Command Palette

A command palette to navigate in Google Chrome faster.

Wat is Command Palette?

Command Palette is een Chrome-extensie ontwikkeld door Chin Leung, en de belangrijkste functie is "A command palette to navigate in Google Chrome faster.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Command Palette

Download Command Palette-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Command Palette Command Palette
ID lfmfhlofoaleegdogpmknfbibciflfek
Officiële URL https://chromewebstore.google.com/detail/command-palette/lfmfhlofoaleegdogpmknfbibciflfek
Beschrijving A command palette to navigate in Google Chrome faster.
Bestandsgrootte 86.21 KB
Aantal Installaties 194
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-08-09
Publicatiedatum 2022-03-22
Beoordeling 4.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Chin Leung
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/chinleung/chrome-command-palette-issues
Ondersteunde Talen 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"
    ]
}