Teamsheet Graphic

Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown

什麼是Teamsheet Graphic?

Teamsheet Graphic是由robbyczajkowski開發的Chrome擴展程式,該擴展的主要功能是“Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown”。

擴展截圖

screenshot
screenshot

下載Teamsheet Graphic擴展crx文件

下載Teamsheet Graphic擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Teamsheet Graphic Teamsheet Graphic
ID iojdhogpjfkegdomgbnegegfbcbfehij
官方網址 https://chromewebstore.google.com/detail/teamsheet-graphic/iojdhogpjfkegdomgbnegegfbcbfehij
簡介 Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown
檔案大小 1.19 MB
安裝次數 1,448
目前版本 1.0.4
更新時間 2023-10-19
上架時間 2023-10-09
評分 5.00/5 共 3 次評分
開發者 robbyczajkowski
電子郵箱 [email protected]
付費類型 free
擴展官網 https://pokestats.pucko.info/pokeStats/tools
支援的語言 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\/*"
            ]
        }
    ]
}