Command Palette

Speed up your productivity without having to learn keyboard shortcuts.

Wat is Command Palette?

Command Palette is een Chrome-extensie ontwikkeld door athal7, en de belangrijkste functie is "Speed up your productivity without having to learn keyboard shortcuts.".

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

                        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                    

Basisinformatie over de Extensie

Naam Command Palette Command Palette
ID cpnjadnfdpmdfplhnfjbgngcokgmkmpd
Officiële URL https://chromewebstore.google.com/detail/command-palette/cpnjadnfdpmdfplhnfjbgngcokgmkmpd
Beschrijving Speed up your productivity without having to learn keyboard shortcuts.
Bestandsgrootte 105 KB
Aantal Installaties 31
Huidige Versie 0.3.0
Laatst Bijgewerkt 2020-07-25
Publicatiedatum 2020-07-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar athal7
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}