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.”。

擴展截圖

screenshot

下載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 Roll20 WebP Support
ID hfpencokjkdbiocojmkfdfjbpmncccic
官方網址 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"
            ]
        }
    ]
}