Three Island
A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.
Τι είναι το Three Island;
Το Three Island είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PartMan, και η κύρια λειτουργία του είναι "A Chrome extension for Pokémon Showdown that offers a seamless Poképaste experience.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Three Island
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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": [ " |