Roll20 WebP Support
Workaround for the WebP picture format for Roll20.
Co to jest Roll20 WebP Support?
Roll20 WebP Support to rozszerzenie Chrome opracowane przez HolographicWings, a jego główną funkcją jest „Workaround for the WebP picture format for Roll20.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Roll20 WebP Support
Pobierz pliki rozszerzeń Roll20 WebP Support w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Fix roll20 issue related to pictures in WebP format, allows DMs to use this format for their assets without display error.
Podstawowe informacje o rozszerzeniu
Nazwa | Roll20 WebP Support |
ID | hfpencokjkdbiocojmkfdfjbpmncccic |
Oficjalny URL | https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic |
Opis | Workaround for the WebP picture format for Roll20. |
Rozmiar pliku | 23.48 KB |
Liczba instalacji | 182 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2022-08-01 |
Data Publikacji | 2022-07-25 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | HolographicWings |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |