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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
            }
        }
    }
}