Hyperion

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

什麼是Hyperion?

Hyperion是由bluepropane開發的Chrome擴展程式,該擴展的主要功能是“Fast, lightweight, keyboard-centric tab manager for chrome.”。

擴展截圖

screenshot

下載Hyperion擴展crx文件

下載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
官方網址 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"
            }
        }
    }
}