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 |
Eメール | [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" ] } ] } |