Teamsheet Graphic

Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown

Cos'è Teamsheet Graphic?

Teamsheet Graphic è un'estensione di Chrome sviluppata da robbyczajkowski, e la sua funzione principale è "Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Teamsheet Graphic

Scarica i file di estensione Teamsheet Graphic in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Teamsheet Graphic Teamsheet Graphic
ID iojdhogpjfkegdomgbnegegfbcbfehij
URL Ufficiale https://chromewebstore.google.com/detail/teamsheet-graphic/iojdhogpjfkegdomgbnegegfbcbfehij
Descrizione Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown
Dimensione del File 1.19 MB
Conteggio Installazioni 1,448
Versione Corrente 1.0.4
Ultimo Aggiornamento 2023-10-19
Data di Pubblicazione 2023-10-09
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore robbyczajkowski
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://pokestats.pucko.info/pokeStats/tools
Lingue Supportate 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\/*"
            ]
        }
    ]
}