DexBridge

Adds links to the smogon strategy pokedex to bulbapedia pages

Apa itu DexBridge?

DexBridge adalah ekstensi Chrome yang dikembangkan oleh Emma Wilby, dan fitur utamanya adalah "Adds links to the smogon strategy pokedex to bulbapedia pages".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi DexBridge

Unduh file ekstensi DexBridge 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

                        Adds a link to Smogon's Strategy Pokedex to the tabs on top of Bulbapedia's pokemon, move, type, and ability pages.                    

Informasi Dasar Ekstensi

Nama DexBridge DexBridge
ID djmannffndhkepeidbegnpmalioiciea
URL Resmi https://chromewebstore.google.com/detail/dexbridge/djmannffndhkepeidbegnpmalioiciea
Deskripsi Adds links to the smogon strategy pokedex to bulbapedia pages
Ukuran File 44.42 KB
Jumlah Instalasi 45
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-10-15
Tanggal Publikasi 2014-10-14
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Emma Wilby
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": "DexBridge",
    "version": "0.1",
    "author": "Fred Wilby",
    "description": "Adds links to the smogon strategy pokedex to bulbapedia pages",
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/bulbapedia.bulbagarden.net\/wiki\/*"
            ],
            "js": [
                "jquery.js",
                "hax.js"
            ]
        }
    ]
}