Hydra

Cut off one head, two grow it its place!

Qu'est-ce que Hydra ?

Hydra est une extension Chrome développée par bmalehorn, et sa fonction principale est "Cut off one head, two grow it its place!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Hydra

Téléchargez les fichiers d'extension Hydra au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
URL Officiel https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
Description Cut off one head, two grow it its place!
Taille du Fichier 301 KB
Nombre d'Installations 37
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-05-02
Date de Publication 2015-05-02
Évaluation 3.00/5 Total 2 Évaluations
Développeur bmalehorn
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}