Command Palette
Speed up your productivity without having to learn keyboard shortcuts.
What is Command Palette?
Command Palette is a Chrome extension developed by athal7, and its main feature is "Speed up your productivity without having to learn keyboard shortcuts.".
Extension Screenshots
Download Command Palette Extension CRX File
Download Command Palette extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | cpnjadnfdpmdfplhnfjbgngcokgmkmpd |
Official URL | https://chromewebstore.google.com/detail/command-palette/cpnjadnfdpmdfplhnfjbgngcokgmkmpd |
Description | Speed up your productivity without having to learn keyboard shortcuts. |
File Size | 105 KB |
Installation Count | 31 |
Current Version | 0.3.0 |
Last Updated | 2020-07-25 |
Publish Date | 2020-07-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | athal7 |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |