Roll20 WebP Support
Workaround for the WebP picture format for Roll20.
Qu'est-ce que Roll20 WebP Support ?
Roll20 WebP Support est une extension Chrome développée par HolographicWings, et sa fonction principale est "Workaround for the WebP picture format for Roll20.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Roll20 WebP Support
Téléchargez les fichiers d'extension Roll20 WebP Support au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Fix roll20 issue related to pictures in WebP format, allows DMs to use this format for their assets without display error.
Informations de Base sur l'Extension
Nom | Roll20 WebP Support |
ID | hfpencokjkdbiocojmkfdfjbpmncccic |
URL Officiel | https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic |
Description | Workaround for the WebP picture format for Roll20. |
Taille du Fichier | 23.48 KB |
Nombre d'Installations | 182 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2022-08-01 |
Date de Publication | 2022-07-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | HolographicWings |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |