Teamsheet Graphic
Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown
ما هو Teamsheet Graphic؟
Teamsheet Graphic هو إضافة Chrome تم تطويرها بواسطة robbyczajkowski، والميزة الرئيسية لها هي "Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Teamsheet Graphic
قم بتنزيل ملفات الامتداد Teamsheet Graphic بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Provides a Visual Graphic for Open Teamsheet VGC formats on Pokemon Showdown. Makes reading the opponent's team much easier and quicker.
معلومات أساسية عن التمديد
الاسم | Teamsheet Graphic |
ID | iojdhogpjfkegdomgbnegegfbcbfehij |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/teamsheet-graphic/iojdhogpjfkegdomgbnegegfbcbfehij |
الوصف | Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown |
حجم الملف | 1.19 MB |
عدد التثبيتات | 1,448 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2023-10-19 |
تاريخ النشر | 2023-10-09 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | robbyczajkowski |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://pokestats.pucko.info/pokeStats/tools |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Teamsheet Graphic", "description": "Provides a Visual Graphic for Open Teamsheet Formats on Pokemon Showdown", "version": "1.0.4", "permissions": [], "action": { "default_popup": "default_popup.html", "default_icon": "default_icon.png" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/image_namer.js", "scripts\/content.js" ], "css": [ "style\/pokemon_graphics.css" ], "matches": [ "https:\/\/play.pokemonshowdown.com\/*" ] } ] } |