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」です。
拡張機能のスクリーンショット
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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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\/*"
            ]
        }
    ]
}  |  |