Hydra

Cut off one head, two grow it its place!

Apa itu Hydra?

Hydra adalah ekstensi Chrome yang dikembangkan oleh bmalehorn, dan fitur utamanya adalah "Cut off one head, two grow it its place!".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Hydra

Unduh file ekstensi Hydra dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Hydra Hydra
ID oddogfghgfdhfnfbmghiobnblibfgead
URL Resmi https://chrome.google.com/webstore/detail/hydra/oddogfghgfdhfnfbmghiobnblibfgead
Deskripsi Cut off one head, two grow it its place!
Ukuran File 301 KB
Jumlah Instalasi 37
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2015-05-02
Tanggal Publikasi 2015-05-02
Penilaian 3.00/5 Total 2 Penilaian
Pengembang bmalehorn
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}