Teamsheet Graphic

Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown

Teamsheet Graphicคืออะไร?

Teamsheet Graphic เป็นส่วนขยายของ Chrome ที่พัฒนาโดย robbyczajkowski และคุณลักษณะหลักของมันคือ "Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Teamsheet Graphic

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}