Hyperion

Fast, lightweight, keyboard-centric tab manager for chrome.

Was ist Hyperion?

Hyperion ist eine Chrome-Erweiterung, die von bluepropane entwickelt wurde, und ihr Hauptmerkmal ist "Fast, lightweight, keyboard-centric tab manager for chrome.".

Erweiterungsscreenshots

screenshot

Hyperion-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hyperion-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Hyperion Hyperion
ID fkpmlllldhokokeohghpbfikkocdfclf
Offizielle URL https://chromewebstore.google.com/detail/hyperion/fkpmlllldhokokeohghpbfikkocdfclf
Beschreibung Fast, lightweight, keyboard-centric tab manager for chrome.
Dateigröße 1.31 MB
Installationsanzahl 36
Aktuelle Version 1.2.0
Letztes Update 2020-04-28
Veröffentlichungsdatum 2020-04-28
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler bluepropane
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            }
        }
    }
}