Roll20 WebP Support
Workaround for the WebP picture format for Roll20.
什么是Roll20 WebP Support?
Roll20 WebP Support是由HolographicWings开发的Chrome扩展程序,该扩展的主要功能是“Workaround for the WebP picture format for Roll20.”。
扩展截图
下载Roll20 WebP Support扩展crx文件
下载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" ] } ] } |