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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में DMV TaleSpire Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |