Command Palette
A command palette to navigate in Google Chrome faster.
Cos'è Command Palette?
Command Palette è un'estensione di Chrome sviluppata da Chin Leung, e la sua funzione principale è "A command palette to navigate in Google Chrome faster.".
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
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).
Informazioni di Base sull'Estensione
Nome | Command Palette |
ID | lfmfhlofoaleegdogpmknfbibciflfek |
URL Ufficiale | https://chromewebstore.google.com/detail/command-palette/lfmfhlofoaleegdogpmknfbibciflfek |
Descrizione | A command palette to navigate in Google Chrome faster. |
Dimensione del File | 86.21 KB |
Conteggio Installazioni | 194 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-08-09 |
Data di Pubblicazione | 2022-03-22 |
Valutazione | 4.00/5 Totale 6 Valutazioni |
Sviluppatore | Chin Leung |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/chinleung/chrome-command-palette-issues |
Lingue Supportate | 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" ] } |