Roll20 Attack Template

Just a little extension to use Roll20 Templates more easily.

Что такое Roll20 Attack Template?

Roll20 Attack Template - это расширение Chrome, разработанное pyanderson, и его основная функция - "Just a little extension to use Roll20 Templates more easily.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Roll20 Attack Template

Скачайте файлы расширений Roll20 Attack Template в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        With this extension it's easy to use Roll20 Templates to make attack rolls in Roll20 app.

All icons used in this extension are from Icons8 (https://icons8.com).                    

Основная информация о расширении

Название Roll20 Attack Template Roll20 Attack Template
ID kgcihjjncpnpmmlpngejfnadfbadijpe
Официальный URL https://chromewebstore.google.com/detail/roll20-attack-template/kgcihjjncpnpmmlpngejfnadfbadijpe
Описание Just a little extension to use Roll20 Templates more easily.
Размер файла 109 KB
Количество установок 114
Текущая Версия 0.0.1
Последнее Обновление 2021-07-28
Дата публикации 2020-03-30
Разработчик pyanderson
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/pyanderson/roll20_attack_template
URL страницы помощи https://github.com/pyanderson/roll20_attack_template/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roll20 Attack Template",
    "version": "0.0.1",
    "description": "Just a little extension to use Roll20 Templates more easily.",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.roll20.net\/editor*"
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "third_party\/jquery-3.4.1.min.js",
                "third_party\/jquery-ui-1.12.1.min.js",
                "core.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/Gaming-Dice-icon16.png",
        "32": "images\/Gaming-Dice-icon32.png",
        "48": "images\/Gaming-Dice-icon48.png",
        "128": "images\/Gaming-Dice-icon128.png"
    },
    "manifest_version": 2
}