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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |