Command Palette
Speed up your productivity without having to learn keyboard shortcuts.
Apa itu Command Palette?
Command Palette adalah ekstensi Chrome yang dikembangkan oleh athal7, dan fitur utamanya adalah "Speed up your productivity without having to learn keyboard shortcuts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Command Palette
Unduh file ekstensi Command Palette dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | cpnjadnfdpmdfplhnfjbgngcokgmkmpd |
URL Resmi | https://chromewebstore.google.com/detail/command-palette/cpnjadnfdpmdfplhnfjbgngcokgmkmpd |
Deskripsi | Speed up your productivity without having to learn keyboard shortcuts. |
Ukuran File | 105 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2020-07-25 |
Tanggal Publikasi | 2020-07-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | athal7 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |