Hydra

Cut off one head, two grow it its place!

ما هو Hydra؟

Hydra هو إضافة Chrome تم تطويرها بواسطة bmalehorn، والميزة الرئيسية لها هي "Cut off one head, two grow it its place!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Hydra

قم بتنزيل ملفات الامتداد Hydra بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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!                    

معلومات أساسية عن التمديد

الاسم Hydra Hydra
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"
    ]
}