Roll20 Character Parser - DnD 5th SRD

This little accessory will extract key information away from character sheets on online apps!

Cos'è Roll20 Character Parser - DnD 5th SRD?

Roll20 Character Parser - DnD 5th SRD è un'estensione di Chrome sviluppata da noobulater, e la sua funzione principale è "This little accessory will extract key information away from character sheets on online apps!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Roll20 Character Parser - DnD 5th SRD

Scarica i file di estensione Roll20 Character Parser - DnD 5th SRD 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

                        This little accessory will extract key information away from character sheets on online apps!                    

Informazioni di Base sull'Estensione

Nome Roll20 Character Parser - DnD 5th SRD Roll20 Character Parser - DnD 5th SRD
ID ifcmilildkphnhpceobdlbhhffdakocf
URL Ufficiale https://chrome.google.com/webstore/detail/roll20-character-parser-d/ifcmilildkphnhpceobdlbhhffdakocf
Descrizione This little accessory will extract key information away from character sheets on online apps!
Dimensione del File 64.47 KB
Conteggio Installazioni 451
Versione Corrente 0.2
Ultimo Aggiornamento 2017-05-03
Data di Pubblicazione 2017-05-03
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore noobulater
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Noobulater/ttrpg-web-parsers
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Roll20 Character Parser - DnD 5th SRD",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.2.0.min.js",
                "getPageSource.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ]
}