Hydra

Cut off one head, two grow it its place!

Cos'è Hydra?

Hydra è un'estensione di Chrome sviluppata da bmalehorn, e la sua funzione principale è "Cut off one head, two grow it its place!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hydra

Scarica i file di estensione Hydra in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
URL Ufficiale https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
Descrizione Cut off one head, two grow it its place!
Dimensione del File 301 KB
Conteggio Installazioni 37
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-05-02
Data di Pubblicazione 2015-05-02
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore bmalehorn
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}