Command Palette

A command palette to navigate in Google Chrome faster.

Qu'est-ce que Command Palette ?

Command Palette est une extension Chrome développée par Chin Leung, et sa fonction principale est "A command palette to navigate in Google Chrome faster.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Command Palette

Téléchargez les fichiers d'extension Command Palette au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Command Palette Command Palette
ID lfmfhlofoaleegdogpmknfbibciflfek
URL Officiel https://chromewebstore.google.com/detail/command-palette/lfmfhlofoaleegdogpmknfbibciflfek
Description A command palette to navigate in Google Chrome faster.
Taille du Fichier 86.21 KB
Nombre d'Installations 194
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-08-09
Date de Publication 2022-03-22
Évaluation 4.00/5 Total 6 Évaluations
Développeur Chin Leung
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/chinleung/chrome-command-palette-issues
Langues Prises en Charge 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"
    ]
}