Hyperion

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

Hyperion क्या है?

Hyperion bluepropane द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast, lightweight, keyboard-centric tab manager for chrome."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hyperion एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
            }
        }
    }
}