Defenestration
Define custom keyboard shortcuts for window and tab operations
Defenestrationคืออะไร?
Defenestration เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tpope และคุณลักษณะหลักของมันคือ "Define custom keyboard shortcuts for window and tab operations"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Defenestration
ดาวน์โหลดไฟล์ส่วนขยาย Defenestration ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Defenestration lets you define custom keyboard shortcuts for common window and tab operations. This uses Chrome's built-in support for shortcuts, meaning they work everywhere, robustly. Similar extensions inject keyboard handler code directly into every web page you open, which is unreliable and doesn't work in blank tabs or non-HTML files. As a Linux user, I made this plugin so I could use Alt bindings rather than Windows-like Ctrl bindings. But you can use it for whatever you want. Assign keyboard shortcuts by clicking "Keyboard Shortcuts" at the very bottom of the "Extensions" page found under "More Tools". Or just click the Defenestration icon. Here's the full list of operations you can bind: * Close Window * Duplicate Tab * Focus Next Tab * Focus Previous Tab * Focus Other Window * Mute/Unmute Tab * Unmute Tab * Mute All Audible Tabs * New Tab * Open Downloads * Open Extensions * Open History * Open Settings * Pin Tab * Reload * Reload Bypassing Cache * Reopen Closed Tab * Move Tab Left * Move Tab Right * Move Tab To New Window * Move Tab To Other Window * Full Screen * New Window * New Incognito Window * Zoom In * Zoom Out * Reset Zoom
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Defenestration |
ID | ddemkjlllpgejdmfgipekedligkfchcj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/defenestration/ddemkjlllpgejdmfgipekedligkfchcj |
คำอธิบาย | Define custom keyboard shortcuts for window and tab operations |
ขนาดไฟล์ | 7.85 KB |
จำนวนการติดตั้ง | 85 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2023-12-15 |
วันที่เผยแพร่ | 2018-02-23 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | tpope |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Defenestration", "description": "Define custom keyboard shortcuts for window and tab operations", "version": "1.1.0", "background": { "service_worker": "background.js" }, "action": { "default_title": "Manage keyboard shortcuts" }, "content_scripts": [ { "matches": [ " |