Quick Switch
This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.
Quick Switchคืออะไร?
Quick Switch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mhenry1384 และคุณลักษณะหลักของมันคือ "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Switch
ดาวน์โหลดไฟล์ส่วนขยาย Quick Switch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is intended to be launched via a global keyboard shortcut. Then from any application on your computer, hit that shortcut and then another key to make a particular pinned tab active. To set the global hotkey, click the Keyboard shortcuts link in Chrome's Extensions screen. In the box next to "Popup Quick Switch" set the hotkey, then set the dropdown to "Global". If you are running Chrome under multiple user profiles, you will have to install the extension on each profile (and assign a different global hotkey for each). Permissions: Requires access to the current tab information, which Chrome reports as "read your browser history". It does not actually read your browser history.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pliiecepjdknmcninijkgcboekaomphi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quick-switch/pliiecepjdknmcninijkgcboekaomphi |
คำอธิบาย | This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window. |
ขนาดไฟล์ | 301 KB |
จำนวนการติดตั้ง | 43 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-09-24 |
วันที่เผยแพร่ | 2014-09-24 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | mhenry1384 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "name": "Quick Switch", "description": "This extension allows you to quickly switch to any application shortcut or tab pinned in any browser window.", "version": "1.1", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html?modal=true" }, "permissions": [ "tabs" ], "commands": { "popup-quick-search": { "description": "Popup Quick Switch", "suggested_key": { "default": "Ctrl+1" } } } } |