Hydra
Cut off one head, two grow it its place!
Hvad er Hydra?
Hydra er en Chrome-udvidelse udviklet af bmalehorn, og dens hovedfunktion er "Cut off one head, two grow it its place!".
Udvidelsesskærmbilleder
Download Hydra-udvidelses-CRX-fil
Download Hydra-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | oddogfghgfdhfnfbmghiobnblibfgead |
Officiel URL | https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead |
Beskrivelse | Cut off one head, two grow it its place! |
Filstørrelse | 301 KB |
Antal Installationer | 37 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2015-05-02 |
Udgivelsesdato | 2015-05-02 |
Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
Udvikler | bmalehorn |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |