Commander
Command palette for Chrome.
Commanderคืออะไร?
Commander เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ssundarraj.me และคุณลักษณะหลักของมันคือ "Command palette for Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Commander
ดาวน์โหลดไฟล์ส่วนขยาย Commander ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Commander is a command palette for Chrome. You can perform all actions that you would using a mouse or keyboard shortcuts that are impossible to remember. You never have to use the mouse anymore - just use Commander. No more complicated keyboard shortcuts. Just one to open Commander. Now you can search Wikipedia, YouTube, IMDB, and Dictionary.com directly from Commander. You can also add custom actions (only for advanced users) - just click the options link in the extensions page! Install, hit Ctrl+Y or Cmd+J and you're good to go!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Commander |
ID | bcjcolkhdoiogoclgfaoihpaininobdj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/commander/bcjcolkhdoiogoclgfaoihpaininobdj |
คำอธิบาย | Command palette for Chrome. |
ขนาดไฟล์ | 11.72 KB |
จำนวนการติดตั้ง | 248 |
เวอร์ชันปัจจุบัน | 1.3.2 |
อัปเดตครั้งล่าสุด | 2017-03-27 |
วันที่เผยแพร่ | 2017-03-27 |
คะแนน | 4.92/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://ssundarraj.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ssundarraj.me/commander |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Commander", "description": "Command palette for Chrome.", "version": "1.3.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Commander" }, "background": { "page": "background.html" }, "options_page": "options.html", "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Y", "mac": "Command+J", "chromeos": "Ctrl+Y", "linux": "Ctrl+Y" } } } } |