Hydra

Cut off one head, two grow it its place!

Was ist Hydra?

Hydra ist eine Chrome-Erweiterung, die von bmalehorn entwickelt wurde, und ihr Hauptmerkmal ist "Cut off one head, two grow it its place!".

Erweiterungsscreenshots

screenshot
screenshot

Hydra-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hydra-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
Offizielle URL https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
Beschreibung Cut off one head, two grow it its place!
Dateigröße 301 KB
Installationsanzahl 37
Aktuelle Version 1.0.1
Letztes Update 2015-05-02
Veröffentlichungsdatum 2015-05-02
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler bmalehorn
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}