Three Island
A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.
Three Islandとは何ですか?
Three IslandはPartManによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.」です。
拡張機能のスクリーンショット
Three Island拡張機能のCRXファイルをダウンロード
Three Island拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Three Island allows you to hover over PokéPaste URLs to preview their contents. It also supports importing teams with a single click, copying sets to the clipboard, and support in various displays (chatrooms, battle rooms, and PMs) as well as all official clients. You can check out the codebase at https://github.com/PartMan7/Three-Island, and there's an FAQ in the README (https://github.com/PartMan7/Three-Island#frequently-asked-questions)
拡張機能の基本情報
名前 | Three Island |
ID | glhggmffomgbggeobkijjhojkjopfpho |
公式URL | https://chromewebstore.google.com/detail/three-island/glhggmffomgbggeobkijjhojkjopfpho |
説明 | A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience. |
ファイルサイズ | 126 KB |
インストール数 | 311 |
現在のバージョン | 1.4.2 |
最終更新日 | 2023-05-05 |
公開日 | 2021-11-06 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | PartMan |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/PartMan7/Three-Island |
ヘルプページのURL | https://github.com/PartMan7/Three-Island/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Three Island", "version": "1.4.2", "manifest_version": 3, "description": "A Chrome extension for Pok\u00e9mon Showdown that offers a seamless Pok\u00e9paste experience.", "homepage_url": "https:\/\/github.com\/PartMan7\/Three-Island", "icons": { "48": "icons\/three-island-48.png", "96": "icons\/three-island-96.png", "128": "icons\/three-island-128.png" }, "permissions": [ "storage" ], "action": { "default_icon": "icons\/three-island-48.png", "default_title": "Three Island", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/play.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*" ], "js": [ "syringe.js" ] } ], "host_permissions": [ "*:\/\/play.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*", "*:\/\/pokepast.es\/**" ], "web_accessible_resources": [ { "resources": [ "three-island.js" ], "matches": [ " |