Command Palette
Speed up your productivity without having to learn keyboard shortcuts.
Cos'è Command Palette?
Command Palette è un'estensione di Chrome sviluppata da athal7, e la sua funzione principale è "Speed up your productivity without having to learn keyboard shortcuts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Command Palette
Scarica i file di estensione Command Palette in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | cpnjadnfdpmdfplhnfjbgngcokgmkmpd |
URL Ufficiale | https://chromewebstore.google.com/detail/command-palette/cpnjadnfdpmdfplhnfjbgngcokgmkmpd |
Descrizione | Speed up your productivity without having to learn keyboard shortcuts. |
Dimensione del File | 105 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 0.3.0 |
Ultimo Aggiornamento | 2020-07-25 |
Data di Pubblicazione | 2020-07-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | athal7 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |