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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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": [ " |