Roll20 Colourise

This extension colours the text chat in Roll20.

What is Roll20 Colourise?

Roll20 Colourise is a Chrome extension developed by Xavier Ho, and its main feature is "This extension colours the text chat in Roll20.".

Extension Screenshots

screenshot

Download Roll20 Colourise Extension CRX File

Download Roll20 Colourise extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension adds colours to your Roll20 chat box. 

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

Extension Basic Information

Name Roll20 Colourise Roll20 Colourise
ID aohbmgaolpimlnfonicdhkialgannnii
Official URL https://chromewebstore.google.com/detail/roll20-colourise/aohbmgaolpimlnfonicdhkialgannnii
Description This extension colours the text chat in Roll20.
File Size 483 KB
Installation Count 6,537
Current Version 1.2
Last Updated 2015-03-12
Publish Date 2015-03-12
Rating 4.10/5 Total 10 Ratings
Developer Xavier Ho
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}