Hyperion
Fast, lightweight, keyboard-centric tab manager for chrome.
Hyperionคืออะไร?
Hyperion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bluepropane และคุณลักษณะหลักของมันคือ "Fast, lightweight, keyboard-centric tab manager for chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hyperion
ดาวน์โหลดไฟล์ส่วนขยาย Hyperion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Supercharge your browsing experience with Hyperion's intuitive tab management and lightning shortcuts. Navigate between multiple tabs without using your mouse! USAGE 1. In any chrome window, press Ctrl+Shift+F (or ⌘Cmd+Shift+F for Mac) to expand Hyperion 2. Start typing the name or url of your desired tab. Hyperion's fuzzy search mechanism puts the open tabs that are most relevant to your query at the top of the list without the need for exact word matches. 3. Hit Enter and you're done! (or use the Up/Down arrow keys to move the selection) Hyperion tab manager is available in light and dark themes; enter '/theme' in the search bar to select between them.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hyperion |
ID | fkpmlllldhokokeohghpbfikkocdfclf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hyperion/fkpmlllldhokokeohghpbfikkocdfclf |
คำอธิบาย | Fast, lightweight, keyboard-centric tab manager for chrome. |
ขนาดไฟล์ | 1.31 MB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2020-04-28 |
วันที่เผยแพร่ | 2020-04-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | bluepropane |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hyperion", "description": "Fast, lightweight, keyboard-centric tab manager for chrome.", "version": "1.2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Hyperion" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+F", "default": "Ctrl+Shift+F", "mac": "Command+Shift+F" } } } } |