DexBridge

Adds links to the smogon strategy pokedex to bulbapedia pages

What is DexBridge?

DexBridge is a Chrome extension developed by Emma Wilby, and its main feature is "Adds links to the smogon strategy pokedex to bulbapedia pages".

Extension Screenshots

screenshot

Download DexBridge Extension CRX File

Download DexBridge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name DexBridge DexBridge
ID djmannffndhkepeidbegnpmalioiciea
Official URL https://chromewebstore.google.com/detail/dexbridge/djmannffndhkepeidbegnpmalioiciea
Description Adds links to the smogon strategy pokedex to bulbapedia pages
File Size 44.42 KB
Installation Count 45
Current Version 0.1
Last Updated 2014-10-15
Publish Date 2014-10-14
Rating 5.00/5 Total 1 Ratings
Developer Emma Wilby
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}