Extensions Page Keyboard Shortcut
Use Ctrl+Shift+E to go to the Chrome Extensions Page.
Extensions Page Keyboard Shortcutคืออะไร?
Extensions Page Keyboard Shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kyle Ryan และคุณลักษณะหลักของมันคือ "Use Ctrl+Shift+E to go to the Chrome Extensions Page."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Extensions Page Keyboard Shortcut
ดาวน์โหลดไฟล์ส่วนขยาย Extensions Page Keyboard Shortcut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
You should be able to go to the bottom of the extensions page to "Keyboard shortcuts" and customize the bind to whatever you want. For Mac users, the shortcut will default to Cmd+Shift+E.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pjbmajgbglabooidnlhknimeofmclleg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/extensions-page-keyboard/pjbmajgbglabooidnlhknimeofmclleg |
คำอธิบาย | Use Ctrl+Shift+E to go to the Chrome Extensions Page. |
ขนาดไฟล์ | 6.58 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-07-25 |
วันที่เผยแพร่ | 2014-07-25 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Kyle Ryan |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extensions Page Keyboard Shortcut", "version": "1.1", "description": "Use Ctrl+Shift+E to go to the Chrome Extensions Page.", "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "background": { "page": "background.html" }, "author": "Kyle Ryan", "commands": { "open-ext": { "suggested_key": { "default": "Ctrl+Shift+E", "chromeos": "Ctrl+Shift+E", "linux": "Ctrl+Shift+E" }, "description": "Open Extensions page" } }, "short_name": "Extensions Page Shortcut" } |