Hydra
Cut off one head, two grow it its place!
Hydra क्या है?
Hydra bmalehorn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cut off one head, two grow it its place!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hydra एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | oddogfghgfdhfnfbmghiobnblibfgead |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead |
विवरण | Cut off one head, two grow it its place! |
फ़ाइल का आकार | 301 KB |
स्थापना संख्या | 37 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2015-05-02 |
प्रकाशन तिथि | 2015-05-02 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | bmalehorn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |