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…
Wat is Roll20 DnD Sheet?
Roll20 DnD Sheet is een Chrome-extensie ontwikkeld door Idle, en de belangrijkste functie 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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Roll20 DnD Sheet
Download Roll20 DnD Sheet-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | okehagigojbafedokikhmljckcanmifp |
| Officiële URL | https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp |
| Beschrijving | 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… |
| Bestandsgrootte | 62.08 KB |
| Aantal Installaties | 321 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-07-21 |
| Publicatiedatum | 2021-07-21 |
| Ontwikkelaar | Idle |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/reonZ/roll20-dnd-sheet |
| Help Pagina-URL | https://github.com/reonZ/roll20-dnd-sheet/issues |
| Ondersteunde Talen | 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"
} | |