Hyperion
Fast, lightweight, keyboard-centric tab manager for chrome.
Wat is Hyperion?
Hyperion is een Chrome-extensie ontwikkeld door bluepropane, en de belangrijkste functie is "Fast, lightweight, keyboard-centric tab manager for chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hyperion
Download Hyperion-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hyperion |
ID | fkpmlllldhokokeohghpbfikkocdfclf |
Officiële URL | https://chromewebstore.google.com/detail/hyperion/fkpmlllldhokokeohghpbfikkocdfclf |
Beschrijving | Fast, lightweight, keyboard-centric tab manager for chrome. |
Bestandsgrootte | 1.31 MB |
Aantal Installaties | 36 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2020-04-28 |
Publicatiedatum | 2020-04-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | bluepropane |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } } } |