Hyperion

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

Τι είναι το Hyperion;

Το Hyperion είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bluepropane, και η κύρια λειτουργία του είναι "Fast, lightweight, keyboard-centric tab manager for chrome.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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"
            }
        }
    }
}