Roll20 WebP Support

Workaround for the WebP picture format for Roll20.

Roll20 WebP Support là gì?

Roll20 WebP Support là một tiện ích mở rộng Chrome được phát triển bởi HolographicWings, và tính năng chính của nó là "Workaround for the WebP picture format for Roll20.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Roll20 WebP Support

Tải xuống các tệp mở rộng Roll20 WebP Support dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Fix roll20 issue related to pictures in WebP format, allows DMs to use this format for their assets without display error.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Roll20 WebP Support Roll20 WebP Support
ID hfpencokjkdbiocojmkfdfjbpmncccic
URL Chính Thức https://chromewebstore.google.com/detail/roll20-webp-support/hfpencokjkdbiocojmkfdfjbpmncccic
Mô tả Workaround for the WebP picture format for Roll20.
Kích Thước Tệp 23.48 KB
Số Lần Cài Đặt 182
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2022-08-01
Ngày Phát Hành 2022-07-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển HolographicWings
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}