Roll20 DnD Sheet

A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character…

Что такое Roll20 DnD Sheet?

Roll20 DnD Sheet - это расширение Chrome, разработанное Idle, и его основная функция - "A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character…".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character (for now ?) but let you play characters and npcs with ease, a more compacted design and great reactivity.                    

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

Название Roll20 DnD Sheet Roll20 DnD Sheet
ID okehagigojbafedokikhmljckcanmifp
Официальный URL https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp
Описание A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character…
Размер файла 62.08 KB
Количество установок 321
Текущая Версия 1.0.0
Последнее Обновление 2021-07-21
Дата публикации 2021-07-21
Разработчик Idle
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/reonZ/roll20-dnd-sheet
URL страницы помощи https://github.com/reonZ/roll20-dnd-sheet/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roll20 DnD Sheet",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "*:\/\/app.roll20.net\/editor\/",
        "*:\/\/app.roll20.net\/editor",
        "*:\/\/app.roll20.net\/editor?*",
        "*:\/\/app.roll20.net\/editor#*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.roll20.net\/editor",
                "https:\/\/app.roll20.net\/editor\/",
                "https:\/\/app.roll20.net\/editor\/#*",
                "https:\/\/app.roll20.net\/editor#*",
                "https:\/\/app.roll20.net\/editor\/?*",
                "https:\/\/app.roll20.net\/editor?*"
            ],
            "js": [
                "injector.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "wshook.js",
        "bundle.js",
        "bundle.css"
    ],
    "version": "1.0.0"
}