Roll20 Character Parser - 40k Dark Heresy

This little accessory will extract key information away from character sheets on online apps! Built for Dark Heresy 2nd Edition

Was ist Roll20 Character Parser - 40k Dark Heresy?

Roll20 Character Parser - 40k Dark Heresy 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! Built for Dark Heresy 2nd Edition".

Erweiterungsscreenshots

screenshot

Roll20 Character Parser - 40k Dark Heresy-Erweiterungs-CRX-Datei herunterladen

Laden Sie Roll20 Character Parser - 40k Dark Heresy-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! Built for Dark Heresy 2nd Edition                    

Grundlegende Informationen zur Erweiterung

Name Roll20 Character Parser - 40k Dark Heresy Roll20 Character Parser - 40k Dark Heresy
ID bbgjpikdfcbpadbmkclkbmmlaailacgc
Offizielle URL https://chromewebstore.google.com/detail/roll20-character-parser-4/bbgjpikdfcbpadbmkclkbmmlaailacgc
Beschreibung This little accessory will extract key information away from character sheets on online apps! Built for Dark Heresy 2nd Edition
Dateigröße 64.59 KB
Installationsanzahl 41
Aktuelle Version 0.2
Letztes Update 2017-05-03
Veröffentlichungsdatum 2017-05-03
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 - 40k Dark Heresy",
    "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",
        ""
    ]
}