Roll20 Colourise

This extension colours the text chat in Roll20.

Roll20 Colouriseคืออะไร?

Roll20 Colourise เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Xavier Ho และคุณลักษณะหลักของมันคือ "This extension colours the text chat in Roll20."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roll20 Colourise

ดาวน์โหลดไฟล์ส่วนขยาย Roll20 Colourise ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension adds colours to your Roll20 chat box. 

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Roll20 Colourise Roll20 Colourise
ID aohbmgaolpimlnfonicdhkialgannnii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roll20-colourise/aohbmgaolpimlnfonicdhkialgannnii
คำอธิบาย This extension colours the text chat in Roll20.
ขนาดไฟล์ 483 KB
จำนวนการติดตั้ง 6,537
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-03-12
วันที่เผยแพร่ 2015-03-12
คะแนน 4.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Xavier Ho
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
    ]
}