DMV TaleSpire Integration

Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.

Что такое DMV TaleSpire Integration?

DMV TaleSpire Integration - это расширение Chrome, разработанное Spaceman, и его основная функция - "Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.".

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

screenshot

Скачать файл CRX расширения DMV TaleSpire Integration

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

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

                        Only to be used togheter with https://talespire.com/ and https://dungeonmastersvault.com

Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client using TaleSpires "Dice links".

Extremely simple for now, might add ability to send names of the roles to the client in a future update.                    

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

Название DMV TaleSpire Integration DMV TaleSpire Integration
ID khmhhhpghkfaamdkecgkkamnfokobhgk
Официальный URL https://chromewebstore.google.com/detail/dmv-talespire-integration/khmhhhpghkfaamdkecgkkamnfokobhgk
Описание Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.
Размер файла 25.61 KB
Количество установок 113
Текущая Версия 1.0
Последнее Обновление 2021-04-23
Дата публикации 2021-04-22
Разработчик Spaceman
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DMV TaleSpire Integration",
    "version": "1.0",
    "description": "Adds event listeners to Dungeon Masters Vault \"Roll buttons\", in order to send those roles to your local TaleSpire client.",
    "icons": {
        "48": "icons\/logo-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.dungeonmastersvault.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}