DMV TaleSpire Integration
Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.
Was ist DMV TaleSpire Integration?
DMV TaleSpire Integration ist eine Chrome-Erweiterung, die von Spaceman entwickelt wurde, und ihr Hauptmerkmal ist "Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client.".
Erweiterungsscreenshots
DMV TaleSpire Integration-Erweiterungs-CRX-Datei herunterladen
Laden Sie DMV TaleSpire Integration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | DMV TaleSpire Integration |
ID | khmhhhpghkfaamdkecgkkamnfokobhgk |
Offizielle URL | https://chromewebstore.google.com/detail/dmv-talespire-integration/khmhhhpghkfaamdkecgkkamnfokobhgk |
Beschreibung | Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client. |
Dateigröße | 25.61 KB |
Installationsanzahl | 113 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-04-23 |
Veröffentlichungsdatum | 2021-04-22 |
Entwickler | Spaceman |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |