Hyperion
Fast, lightweight, keyboard-centric tab manager for chrome.
¿Qué es Hyperion?
Hyperion es una extensión de Chrome desarrollada por bluepropane, y su función principal es "Fast, lightweight, keyboard-centric tab manager for chrome.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hyperion
Descarga archivos de extensión Hyperion en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Hyperion |
ID | fkpmlllldhokokeohghpbfikkocdfclf |
URL Oficial | https://chromewebstore.google.com/detail/hyperion/fkpmlllldhokokeohghpbfikkocdfclf |
Descripción | Fast, lightweight, keyboard-centric tab manager for chrome. |
Tamaño del Archivo | 1.31 MB |
Cantidad de Instalaciones | 36 |
Versión Actual | 1.2.0 |
Última Actualización | 2020-04-28 |
Fecha de Publicación | 2020-04-28 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | bluepropane |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } } } |