Pokémon Expanded

Never be a casual again!

What is Pokémon Expanded?

Pokémon Expanded is a Chrome extension developed by rred, and its main feature is "Never be a casual again!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Pokémon Expanded Extension CRX File

Download Pokémon Expanded 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

                        Features:

 - Evolved CP calculator

 - Replaces "Pokemon" with "Pokémon" whenever you type it.

 - Quick Pokédex lookups - view info for any Pokémon in seconds.

 - View useful egg and type charts in the browser through the extension icon.                    

Extension Basic Information

Name Pokémon Expanded Pokémon Expanded
ID jmkckohmjoofdfnelhiilpecafhnaaph
Official URL https://chrome.google.com/webstore/detail/pok%C3%A9mon-expanded/jmkckohmjoofdfnelhiilpecafhnaaph
Description Never be a casual again!
File Size 1.39 MB
Installation Count 149
Current Version 1.2
Last Updated 2016-08-17
Publish Date 2016-08-17
Rating 4.43/5 Total 7 Ratings
Developer rred
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pok\u00e9mon Expanded",
    "manifest_version": 2,
    "version": "1.2",
    "description": "Never be a casual again!",
    "icons": {
        "16": "view\/img\/img38.png",
        "48": "view\/img\/img48.png",
        "128": "view\/img\/img128.png"
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "view\/js\/jquery-2.1.3.min.js",
                "view\/js\/expanded.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "bg.html",
        "persistent": false
    },
    "options_page": "view\/options.html",
    "web_accessible_resources": [
        "view\/js\/jquery.min.map"
    ],
    "browser_action": {
        "default_icon": {
            "48": "view\/img\/img48.png",
            "38": "view\/img\/img38.png"
        },
        "default_title": "Pok\u00e9mon Auto-Accent",
        "default_popup": "view\/popup.html"
    }
}