Roll20 Character Parser - DnD 5th SRD

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

What is Roll20 Character Parser - DnD 5th SRD?

Roll20 Character Parser - DnD 5th SRD is a Chrome extension developed by noobulater, and its main feature is "This little accessory will extract key information away from character sheets on online apps!".

Extension Screenshots

screenshot

Download Roll20 Character Parser - DnD 5th SRD Extension CRX File

Download Roll20 Character Parser - DnD 5th SRD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Roll20 Character Parser - DnD 5th SRD Roll20 Character Parser - DnD 5th SRD
ID ifcmilildkphnhpceobdlbhhffdakocf
Official URL 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!
File Size 64.47 KB
Installation Count 451
Current Version 0.2
Last Updated 2017-05-03
Publish Date 2017-05-03
Rating 2.33/5 Total 3 Ratings
Developer noobulater
Payment Type free
Extension Website https://github.com/Noobulater/ttrpg-web-parsers
Supported Languages 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",
        ""
    ]
}