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…
What is Roll20 DnD Sheet?
Roll20 DnD Sheet is a Chrome extension developed by Idle, and its main feature is "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…".
Extension Screenshots
Download Roll20 DnD Sheet Extension CRX File
Download Roll20 DnD Sheet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Roll20 DnD Sheet |
ID | okehagigojbafedokikhmljckcanmifp |
Official URL | https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp |
Description | 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… |
File Size | 62.08 KB |
Installation Count | 321 |
Current Version | 1.0.0 |
Last Updated | 2021-07-21 |
Publish Date | 2021-07-21 |
Developer | Idle |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/reonZ/roll20-dnd-sheet |
Help Page URL | https://github.com/reonZ/roll20-dnd-sheet/issues |
Supported Languages | 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" } |