Beyond The Spire
DnDBeyond to TaleSpire Dice roller
Apa itu Beyond The Spire?
Beyond The Spire adalah ekstensi Chrome yang dikembangkan oleh AlexBsApps, dan fitur utamanya adalah "DnDBeyond to TaleSpire Dice roller".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Beyond The Spire
Unduh file ekstensi Beyond The Spire dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
An extension to add TaleSpire dice rolls to DnDBeyond character sheets, monster pages and encounters. Disabling DnDBeyond's digital dice is recommended while using this extension.
Informasi Dasar Ekstensi
Nama | Beyond The Spire |
ID | jgflekbegoccflpmdemeeebbapfbmmjo |
URL Resmi | https://chromewebstore.google.com/detail/beyond-the-spire/jgflekbegoccflpmdemeeebbapfbmmjo |
Deskripsi | DnDBeyond to TaleSpire Dice roller |
Ukuran File | 6.74 KB |
Jumlah Instalasi | 9,552 |
Versi Saat Ini | 0.9.3.1 |
Terakhir Diperbarui | 2021-09-08 |
Tanggal Publikasi | 2020-11-03 |
Penilaian | 4.38/5 Total 26 Penilaian |
Pengembang | AlexBsApps |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://beyondthespire.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Beyond The Spire", "description": "DnDBeyond to TaleSpire Dice roller", "version": "0.9.3.1", "options_ui": { "page": "options.html", "open_in_tab": false }, "content_scripts": [ { "matches": [ "https:\/\/www.dndbeyond.com\/*" ], "js": [ "main.js" ], "css": [ "content.css" ], "icons": { "128": "icon_128.png" }, "run_at": "document_end" } ] } |