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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Spaceman และคุณลักษณะหลักของมันคือ "Adds event listeners to Dungeon Masters Vault "Roll buttons", in order to send those roles to your local TaleSpire client."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DMV TaleSpire Integration
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |