Hydra

Cut off one head, two grow it its place!

Vad är Hydra?

Hydra är en Chrome-tillägg utvecklad av bmalehorn, och dess huvudfunktion är "Cut off one head, two grow it its place!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Hydra-förlängningens CRX-fil

Ladda ner Hydra-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
Officiell webbadress https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
Beskrivning Cut off one head, two grow it its place!
Filstorlek 301 KB
Antal Installationer 37
Aktuell Version 1.0.1
Senast Uppdaterad 2015-05-02
Publiceringsdatum 2015-05-02
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare bmalehorn
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}