Hyperion

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

O que é Hyperion?

Hyperion é uma extensão do Chrome desenvolvida por bluepropane, e sua principal característica é "Fast, lightweight, keyboard-centric tab manager for chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hyperion

Baixe arquivos de extensão Hyperion no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hyperion Hyperion
ID fkpmlllldhokokeohghpbfikkocdfclf
URL Oficial https://chromewebstore.google.com/detail/hyperion/fkpmlllldhokokeohghpbfikkocdfclf
Descrição Fast, lightweight, keyboard-centric tab manager for chrome.
Tamanho do Arquivo 1.31 MB
Contagem de Instalações 36
Versão Atual 1.2.0
Última Atualização 2020-04-28
Data de Publicação 2020-04-28
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor bluepropane
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            }
        }
    }
}