Roll20 WebP Support
Workaround for the WebP picture format for Roll20.
ما هو Roll20 WebP Support؟
Roll20 WebP Support هو إضافة Chrome تم تطويرها بواسطة HolographicWings، والميزة الرئيسية لها هي "Workaround for the WebP picture format for Roll20.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Roll20 WebP Support
قم بتنزيل ملفات الامتداد Roll20 WebP Support بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Fix roll20 issue related to pictures in WebP format, allows DMs to use this format for their assets without display error.
معلومات أساسية عن التمديد
الاسم | Roll20 WebP Support |
ID | hfpencokjkdbiocojmkfdfjbpmncccic |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic |
الوصف | Workaround for the WebP picture format for Roll20. |
حجم الملف | 23.48 KB |
عدد التثبيتات | 182 |
النسخة الحالية | 1.4 |
آخر تحديث | 2022-08-01 |
تاريخ النشر | 2022-07-25 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | HolographicWings |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Roll20 WebP Support", "description": "Workaround for the WebP picture format for Roll20.", "version": "1.4", "author": "HolographicWings", "permissions": [], "action": [], "icons": { "256": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/app.roll20.net\/editor\/*" ], "js": [ "main.js" ] } ] } |