Hydra

Cut off one head, two grow it its place!

¿Qué es Hydra?

Hydra es una extensión de Chrome desarrollada por bmalehorn, y su función principal es "Cut off one head, two grow it its place!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Hydra

Descarga archivos de extensión Hydra en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
URL Oficial https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
Descripción Cut off one head, two grow it its place!
Tamaño del Archivo 301 KB
Cantidad de Instalaciones 37
Versión Actual 1.0.1
Última Actualización 2015-05-02
Fecha de Publicación 2015-05-02
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador bmalehorn
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    ]
}