Pokemon Showdown Team Sharing
Pokemon Showdown Team Sharing allow you to share your teams
什么是Pokemon Showdown Team Sharing?
Pokemon Showdown Team Sharing是由Brindibou Pkmn开发的Chrome扩展程序,该扩展的主要功能是“Pokemon Showdown Team Sharing allow you to share your teams”。
扩展截图
下载Pokemon Showdown Team Sharing扩展crx文件
下载Pokemon Showdown Team Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
"Pokemon Showdown Team Sharing" allow you to share your teams with showdown to text format by a tag. Your friend can get your team if you share your tag.
扩展基本信息
名称 | Pokemon Showdown Team Sharing |
ID | ogpopnbejkodenopnihpahafkggdbcnk |
官方URL | https://chromewebstore.google.com/detail/pokemon-showdown-team-sha/ogpopnbejkodenopnihpahafkggdbcnk |
简介 | Pokemon Showdown Team Sharing allow you to share your teams |
文件大小 | 256 KB |
安装次数 | 191 |
当前版本 | 1.0.4 |
更新时间 | 2020-11-17 |
上架时间 | 2020-04-17 |
开发者 | Brindibou Pkmn |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pokemon Showdown Team Sharing", "description": "Pokemon Showdown Team Sharing allow you to share your teams", "version": "1.0.4", "browser_action": { "default_popup": "index.html", "default_title": "Pokemon Showdown Team Sharing" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "storage" ], "background": { "page": "background.html" }, "omnibox": { "keyword": "q" } } |