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…
Was ist Roll20 DnD Sheet?
Roll20 DnD Sheet ist eine Chrome-Erweiterung, die von Idle entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
Roll20 DnD Sheet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Roll20 DnD Sheet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Roll20 DnD Sheet |
ID | okehagigojbafedokikhmljckcanmifp |
Offizielle URL | https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp |
Beschreibung | 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… |
Dateigröße | 62.08 KB |
Installationsanzahl | 321 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2021-07-21 |
Veröffentlichungsdatum | 2021-07-21 |
Entwickler | Idle |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/reonZ/roll20-dnd-sheet |
Hilfeseite URL | https://github.com/reonZ/roll20-dnd-sheet/issues |
Unterstützte Sprachen | 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" } |