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.”。
扩展截图
下载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 |
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" ] } ] } |