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 |
Eメール | [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" } } |