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…
Vad är Roll20 DnD Sheet?
Roll20 DnD Sheet är en Chrome-tillägg utvecklad av Idle, och dess huvudfunktion är "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…".
Tilläggsskärmbilder
Ladda ner Roll20 DnD Sheet-förlängningens CRX-fil
Ladda ner Roll20 DnD Sheet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | okehagigojbafedokikhmljckcanmifp |
| Officiell webbadress | https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp |
| Beskrivning | 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… |
| Filstorlek | 62.08 KB |
| Antal Installationer | 321 |
| Aktuell Version | 1.0.0 |
| Senast Uppdaterad | 2021-07-21 |
| Publiceringsdatum | 2021-07-21 |
| Utvecklare | Idle |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/reonZ/roll20-dnd-sheet |
| Hjälpsida URL | https://github.com/reonZ/roll20-dnd-sheet/issues |
| Stödda Språk | 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"
} | |