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…

Cos'è Roll20 DnD Sheet?

Roll20 DnD Sheet è un'estensione di Chrome sviluppata da Idle, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Roll20 DnD Sheet

Scarica i file di estensione Roll20 DnD Sheet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Roll20 DnD Sheet Roll20 DnD Sheet
ID okehagigojbafedokikhmljckcanmifp
URL Ufficiale https://chromewebstore.google.com/detail/roll20-dnd-sheet/okehagigojbafedokikhmljckcanmifp
Descrizione 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…
Dimensione del File 62.08 KB
Conteggio Installazioni 321
Versione Corrente 1.0.0
Ultimo Aggiornamento 2021-07-21
Data di Pubblicazione 2021-07-21
Sviluppatore Idle
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/reonZ/roll20-dnd-sheet
URL della Pagina di Aiuto https://github.com/reonZ/roll20-dnd-sheet/issues
Lingue Supportate 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"
}