Teamsheet Graphic

Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown

What is Teamsheet Graphic?

Teamsheet Graphic is a Chrome extension developed by robbyczajkowski, and its main feature is "Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown".

Extension Screenshots

screenshot
screenshot

Download Teamsheet Graphic Extension CRX File

Download Teamsheet Graphic 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

                        Provides a Visual Graphic for Open Teamsheet VGC formats on Pokemon Showdown. Makes reading the opponent's team much easier and quicker.                    

Extension Basic Information

Name Teamsheet Graphic Teamsheet Graphic
ID iojdhogpjfkegdomgbnegegfbcbfehij
Official URL https://chromewebstore.google.com/detail/teamsheet-graphic/iojdhogpjfkegdomgbnegegfbcbfehij
Description Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown
File Size 1.19 MB
Installation Count 1,448
Current Version 1.0.4
Last Updated 2023-10-19
Publish Date 2023-10-09
Rating 5.00/5 Total 3 Ratings
Developer robbyczajkowski
Email [email protected]
Payment Type free
Extension Website https://pokestats.pucko.info/pokeStats/tools
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Teamsheet Graphic",
    "description": "Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown",
    "version": "1.0.4",
    "permissions": [],
    "action": {
        "default_popup": "default_popup.html",
        "default_icon": "default_icon.png"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/image_namer.js",
                "scripts\/content.js"
            ],
            "css": [
                "style\/pokemon_graphics.css"
            ],
            "matches": [
                "https:\/\/play.pokemonshowdown.com\/*"
            ]
        }
    ]
}