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是由Spaceman開發的Chrome擴展程式,該擴展的主要功能是“Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.”。

擴展截圖

screenshot

下載DMV TaleSpire Integration擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}