Roll20 Colourise

This extension colours the text chat in Roll20.

Roll20 Colourise là gì?

Roll20 Colourise là một tiện ích mở rộng Chrome được phát triển bởi Xavier Ho, và tính năng chính của nó là "This extension colours the text chat in 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 Colourise

Tải xuống các tệp mở rộng Roll20 Colourise 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

                        This extension adds colours to your Roll20 chat box. 

v1.2: Added more colour variations!
v1.1: Improved performance! It is smooth-as.                    

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

Tên Roll20 Colourise Roll20 Colourise
ID aohbmgaolpimlnfonicdhkialgannnii
URL Chính Thức https://chromewebstore.google.com/detail/roll20-colourise/aohbmgaolpimlnfonicdhkialgannnii
Mô tả This extension colours the text chat in Roll20.
Kích Thước Tệp 483 KB
Số Lần Cài Đặt 6,537
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-03-12
Ngày Phát Hành 2015-03-12
Đánh Giá 4.10/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Xavier Ho
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roll20 Colourise",
    "description": "This extension colours the text chat in Roll20.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roll20.net\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "roll20-colourise.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.roll20.net\/*"
    ]
}