Command Palette

Speed up your productivity without having to learn keyboard shortcuts.

Qu'est-ce que Command Palette ?

Command Palette est une extension Chrome développée par athal7, et sa fonction principale est "Speed up your productivity without having to learn keyboard shortcuts.".

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

                        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                    

Informations de Base sur l'Extension

Nom Command Palette Command Palette
ID cpnjadnfdpmdfplhnfjbgngcokgmkmpd
URL Officiel https://chromewebstore.google.com/detail/command-palette/cpnjadnfdpmdfplhnfjbgngcokgmkmpd
Description Speed up your productivity without having to learn keyboard shortcuts.
Taille du Fichier 105 KB
Nombre d'Installations 31
Version Actuelle 0.3.0
Dernière Mise à Jour 2020-07-25
Date de Publication 2020-07-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur athal7
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}