Roll20 Colourise

This extension colours the text chat in Roll20.

Vad är Roll20 Colourise?

Roll20 Colourise är en Chrome-tillägg utvecklad av Xavier Ho, och dess huvudfunktion är "This extension colours the text chat in Roll20.".

Tilläggsskärmbilder

screenshot

Ladda ner Roll20 Colourise-förlängningens CRX-fil

Ladda ner Roll20 Colourise-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension adds colours to your Roll20 chat box. 

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

Grundläggande Information om Tillägg

Namn Roll20 Colourise Roll20 Colourise
ID aohbmgaolpimlnfonicdhkialgannnii
Officiell webbadress https://chromewebstore.google.com/detail/roll20-colourise/aohbmgaolpimlnfonicdhkialgannnii
Beskrivning This extension colours the text chat in Roll20.
Filstorlek 483 KB
Antal Installationer 6,537
Aktuell Version 1.2
Senast Uppdaterad 2015-03-12
Publiceringsdatum 2015-03-12
Betyg 4.10/5 Totalt 10 Betyg
Utvecklare Xavier Ho
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}