Hyperion
Fast, lightweight, keyboard-centric tab manager for chrome.
Hyperion란 무엇입니까?
Hyperion은(는) bluepropane에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast, lightweight, keyboard-centric tab manager for chrome."입니다.
확장 프로그램 스크린샷
Hyperion 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } } } |