Roll20 Colourise

This extension colours the text chat in Roll20.

Hvad er Roll20 Colourise?

Roll20 Colourise er en Chrome-udvidelse udviklet af Xavier Ho, og dens hovedfunktion er "This extension colours the text chat in Roll20.".

Udvidelsesskærmbilleder

screenshot

Download Roll20 Colourise-udvidelses-CRX-fil

Download Roll20 Colourise-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension adds colours to your Roll20 chat box. 

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

Grundlæggende oplysninger om udvidelsen

Navn Roll20 Colourise Roll20 Colourise
ID aohbmgaolpimlnfonicdhkialgannnii
Officiel URL https://chromewebstore.google.com/detail/roll20-colourise/aohbmgaolpimlnfonicdhkialgannnii
Beskrivelse This extension colours the text chat in Roll20.
Filstørrelse 483 KB
Antal Installationer 6,537
Nuværende Version 1.2
Senest Opdateret 2015-03-12
Udgivelsesdato 2015-03-12
Bedømmelse 4.10/5 Samlet 10 Bedømmelser
Udvikler Xavier Ho
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}