Hydra

Cut off one head, two grow it its place!

O que é Hydra?

Hydra é uma extensão do Chrome desenvolvida por bmalehorn, e sua principal característica é "Cut off one head, two grow it its place!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hydra

Baixe arquivos de extensão Hydra 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

                        Open the first three Google links in new tabs, automatically.

Just type "Hydra", hit tab, then type what you would normally search.
The first three links that show up will be automatically opened!                    

Informações Básicas da Extensão

Nome Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
URL Oficial https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
Descrição Cut off one head, two grow it its place!
Tamanho do Arquivo 301 KB
Contagem de Instalações 37
Versão Atual 1.0.1
Última Atualização 2015-05-02
Data de Publicação 2015-05-02
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor bmalehorn
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": "Hydra",
    "version": "1.0.1",
    "description": "Cut off one head, two grow it its place!",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/search*&hydra=1*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "hydra"
    },
    "icons": {
        "128": "hydra-128.png"
    },
    "permissions": [
        "tabs"
    ]
}