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\/*"
    ]
}