Roll20 DnD Sheet
A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character…
Roll20 DnD Sheetคืออะไร?
Roll20 DnD Sheet เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Idle และคุณลักษณะหลักของมันคือ "A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roll20 DnD Sheet
ดาวน์โหลดไฟล์ส่วนขยาย Roll20 DnD Sheet ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character (for now ?) but let you play characters and npcs with ease, a more compacted design and great reactivity.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Roll20 DnD Sheet |
ID | okehagigojbafedokikhmljckcanmifp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp |
คำอธิบาย | A very fast and completely in-sync character sheet for roll20 D&D 5e. It does not allow you to create or heavily modify a character… |
ขนาดไฟล์ | 62.08 KB |
จำนวนการติดตั้ง | 321 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-07-21 |
วันที่เผยแพร่ | 2021-07-21 |
ผู้พัฒนา | Idle |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/reonZ/roll20-dnd-sheet |
URL หน้าช่วยเหลือ | https://github.com/reonZ/roll20-dnd-sheet/issues |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Roll20 DnD Sheet", "manifest_version": 2, "icons": { "128": "icon.png" }, "permissions": [ "*:\/\/app.roll20.net\/editor\/", "*:\/\/app.roll20.net\/editor", "*:\/\/app.roll20.net\/editor?*", "*:\/\/app.roll20.net\/editor#*" ], "content_scripts": [ { "matches": [ "https:\/\/app.roll20.net\/editor", "https:\/\/app.roll20.net\/editor\/", "https:\/\/app.roll20.net\/editor\/#*", "https:\/\/app.roll20.net\/editor#*", "https:\/\/app.roll20.net\/editor\/?*", "https:\/\/app.roll20.net\/editor?*" ], "js": [ "injector.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "wshook.js", "bundle.js", "bundle.css" ], "version": "1.0.0" } |