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…

¿Qué es Roll20 DnD Sheet?

Roll20 DnD Sheet es una extensión de Chrome desarrollada por Idle, y su función principal es "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…".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Roll20 DnD Sheet

Descarga archivos de extensión Roll20 DnD Sheet en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Roll20 DnD Sheet Roll20 DnD Sheet
ID okehagigojbafedokikhmljckcanmifp
URL Oficial https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp
Descripción 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…
Tamaño del Archivo 62.08 KB
Cantidad de Instalaciones 321
Versión Actual 1.0.0
Última Actualización 2021-07-21
Fecha de Publicación 2021-07-21
Desarrollador Idle
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/reonZ/roll20-dnd-sheet
URL de la Página de Ayuda https://github.com/reonZ/roll20-dnd-sheet/issues
Idiomas Soportados 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"
}