Roll20 Colourise

This extension colours the text chat in Roll20.

Co to jest Roll20 Colourise?

Roll20 Colourise to rozszerzenie Chrome opracowane przez Xavier Ho, a jego główną funkcją jest „This extension colours the text chat in Roll20.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Roll20 Colourise

Pobierz pliki rozszerzeń Roll20 Colourise w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension adds colours to your Roll20 chat box. 

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

Podstawowe informacje o rozszerzeniu

Nazwa Roll20 Colourise Roll20 Colourise
ID aohbmgaolpimlnfonicdhkialgannnii
Oficjalny URL https://chromewebstore.google.com/detail/roll20-colourise/aohbmgaolpimlnfonicdhkialgannnii
Opis This extension colours the text chat in Roll20.
Rozmiar pliku 483 KB
Liczba instalacji 6,537
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-03-12
Data Publikacji 2015-03-12
Ocena 4.10/5 Łącznie 10 Oceny
Deweloper Xavier Ho
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}