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

¿Qué es Roll20 Character Parser - 40k Dark Heresy?

Roll20 Character Parser - 40k Dark Heresy es una extensión de Chrome desarrollada por noobulater, y su función principal es "This little accessory will extract key information away from character sheets on online apps! Built for Dark Heresy 2nd Edition".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Roll20 Character Parser - 40k Dark Heresy

Descarga archivos de extensión Roll20 Character Parser - 40k Dark Heresy 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

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

Información Básica de la Extensión

Nombre Roll20 Character Parser - 40k Dark Heresy Roll20 Character Parser - 40k Dark Heresy
ID bbgjpikdfcbpadbmkclkbmmlaailacgc
URL Oficial https://chromewebstore.google.com/detail/roll20-character-parser-4/bbgjpikdfcbpadbmkclkbmmlaailacgc
Descripción This little accessory will extract key information away from character sheets on online apps! Built for Dark Heresy 2nd Edition
Tamaño del Archivo 64.59 KB
Cantidad de Instalaciones 41
Versión Actual 0.2
Última Actualización 2017-05-03
Fecha de Publicación 2017-05-03
Desarrollador noobulater
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Noobulater/ttrpg-web-parsers
Idiomas Soportados 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",
        ""
    ]
}