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 |
| 电子邮箱 | [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\/*"
]
}
]
} | |