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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Roll20 DnD Sheet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |