Roll20 Character Parser - DnD 5th SRD

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

Was ist Roll20 Character Parser - DnD 5th SRD?

Roll20 Character Parser - DnD 5th SRD ist eine Chrome-Erweiterung, die von noobulater entwickelt wurde, und ihr Hauptmerkmal ist "This little accessory will extract key information away from character sheets on online apps!".

Erweiterungsscreenshots

screenshot

Roll20 Character Parser - DnD 5th SRD-Erweiterungs-CRX-Datei herunterladen

Laden Sie Roll20 Character Parser - DnD 5th SRD-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Roll20 Character Parser - DnD 5th SRD Roll20 Character Parser - DnD 5th SRD
ID ifcmilildkphnhpceobdlbhhffdakocf
Offizielle URL https://chrome.google.com/webstore/detail/roll20-character-parser-d/ifcmilildkphnhpceobdlbhhffdakocf
Beschreibung This little accessory will extract key information away from character sheets on online apps!
Dateigröße 64.47 KB
Installationsanzahl 451
Aktuelle Version 0.2
Letztes Update 2017-05-03
Veröffentlichungsdatum 2017-05-03
Bewertung 2.33/5 Insgesamt 3 Bewertungen
Entwickler noobulater
Zahlungsart free
Erweiterungswebsite https://github.com/Noobulater/ttrpg-web-parsers
Unterstützte Sprachen 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",
        ""
    ]
}