Roll20 Character Parser - DnD 5th SRD

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

¿Qué es Roll20 Character Parser - DnD 5th SRD?

Roll20 Character Parser - DnD 5th SRD 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!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Roll20 Character Parser - DnD 5th SRD

Descarga archivos de extensión Roll20 Character Parser - DnD 5th SRD 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!                    

Información Básica de la Extensión

Nombre Roll20 Character Parser - DnD 5th SRD Roll20 Character Parser - DnD 5th SRD
ID ifcmilildkphnhpceobdlbhhffdakocf
URL Oficial https://chrome.google.com/webstore/detail/roll20-character-parser-d/ifcmilildkphnhpceobdlbhhffdakocf
Descripción This little accessory will extract key information away from character sheets on online apps!
Tamaño del Archivo 64.47 KB
Cantidad de Instalaciones 451
Versión Actual 0.2
Última Actualización 2017-05-03
Fecha de Publicación 2017-05-03
Calificación 2.33/5 Total de 3 Calificaciones
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 - 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",
        ""
    ]
}