Command Palette
Speed up your productivity without having to learn keyboard shortcuts.
Command Paletteคืออะไร?
Command Palette เป็นส่วนขยายของ Chrome ที่พัฒนาโดย athal7 และคุณลักษณะหลักของมันคือ "Speed up your productivity without having to learn keyboard shortcuts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Command Palette
ดาวน์โหลดไฟล์ส่วนขยาย Command Palette ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cpnjadnfdpmdfplhnfjbgngcokgmkmpd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/command-palette/cpnjadnfdpmdfplhnfjbgngcokgmkmpd |
คำอธิบาย | Speed up your productivity without having to learn keyboard shortcuts. |
ขนาดไฟล์ | 105 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2020-07-25 |
วันที่เผยแพร่ | 2020-07-24 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | athal7 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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 } |