Roll20 Character Parser - DnD 5th SRD

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

Qu'est-ce que Roll20 Character Parser - DnD 5th SRD ?

Roll20 Character Parser - DnD 5th SRD est une extension Chrome développée par noobulater, et sa fonction principale est "This little accessory will extract key information away from character sheets on online apps!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Roll20 Character Parser - DnD 5th SRD

Téléchargez les fichiers d'extension Roll20 Character Parser - DnD 5th SRD au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Roll20 Character Parser - DnD 5th SRD Roll20 Character Parser - DnD 5th SRD
ID ifcmilildkphnhpceobdlbhhffdakocf
URL Officiel https://chrome.google.com/webstore/detail/roll20-character-parser-d/ifcmilildkphnhpceobdlbhhffdakocf
Description This little accessory will extract key information away from character sheets on online apps!
Taille du Fichier 64.47 KB
Nombre d'Installations 451
Version Actuelle 0.2
Dernière Mise à Jour 2017-05-03
Date de Publication 2017-05-03
Évaluation 2.33/5 Total 3 Évaluations
Développeur noobulater
Type de Paiement free
Site Web de l'Extension https://github.com/Noobulater/ttrpg-web-parsers
Langues Prises en Charge 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",
        ""
    ]
}