DMV TaleSpire Integration
Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.
Wat is DMV TaleSpire Integration?
DMV TaleSpire Integration is een Chrome-extensie ontwikkeld door Spaceman, en de belangrijkste functie is "Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.".
Extensie Screenshots
Download het CRX-bestand van de extensie DMV TaleSpire Integration
Download DMV TaleSpire Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | DMV TaleSpire Integration |
ID | khmhhhpghkfaamdkecgkkamnfokobhgk |
Officiële URL | https://chromewebstore.google.com/detail/dmv-talespire-integration/khmhhhpghkfaamdkecgkkamnfokobhgk |
Beschrijving | Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client. |
Bestandsgrootte | 25.61 KB |
Aantal Installaties | 113 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2021-04-23 |
Publicatiedatum | 2021-04-22 |
Ontwikkelaar | Spaceman |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |