Command Palette
A command palette to navigate in Google Chrome faster.
Was ist Command Palette?
Command Palette ist eine Chrome-Erweiterung, die von Chin Leung entwickelt wurde, und ihr Hauptmerkmal ist "A command palette to navigate in Google Chrome faster.".
Erweiterungsscreenshots
Command Palette-Erweiterungs-CRX-Datei herunterladen
Laden Sie Command Palette-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | Command Palette |
ID | lfmfhlofoaleegdogpmknfbibciflfek |
Offizielle URL | https://chromewebstore.google.com/detail/command-palette/lfmfhlofoaleegdogpmknfbibciflfek |
Beschreibung | A command palette to navigate in Google Chrome faster. |
Dateigröße | 86.21 KB |
Installationsanzahl | 194 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2022-08-09 |
Veröffentlichungsdatum | 2022-03-22 |
Bewertung | 4.00/5 Insgesamt 6 Bewertungen |
Entwickler | Chin Leung |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/chinleung/chrome-command-palette-issues |
Unterstützte Sprachen | 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" ] } |