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
公式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
Eメール [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"
            }
        }
    }
}