Three Island
A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.
Was ist Three Island?
Three Island ist eine Chrome-Erweiterung, die von PartMan entwickelt wurde, und ihr Hauptmerkmal ist "A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.".
Erweiterungsscreenshots
Three Island-Erweiterungs-CRX-Datei herunterladen
Laden Sie Three Island-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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)
Grundlegende Informationen zur Erweiterung
Name | Three Island |
ID | glhggmffomgbggeobkijjhojkjopfpho |
Offizielle URL | https://chromewebstore.google.com/detail/three-island/glhggmffomgbggeobkijjhojkjopfpho |
Beschreibung | A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience. |
Dateigröße | 126 KB |
Installationsanzahl | 311 |
Aktuelle Version | 1.4.2 |
Letztes Update | 2023-05-05 |
Veröffentlichungsdatum | 2021-11-06 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | PartMan |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/PartMan7/Three-Island |
Hilfeseite URL | https://github.com/PartMan7/Three-Island/issues |
Unterstützte Sprachen | 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": [ " |