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

What is Roll20 Character Parser - 40k Dark Heresy?

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

Extension Screenshots

screenshot

Download Roll20 Character Parser - 40k Dark Heresy Extension CRX File

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

Extension Basic Information

Name Roll20 Character Parser - 40k Dark Heresy Roll20 Character Parser - 40k Dark Heresy
ID bbgjpikdfcbpadbmkclkbmmlaailacgc
Official URL https://chromewebstore.google.com/detail/roll20-character-parser-4/bbgjpikdfcbpadbmkclkbmmlaailacgc
Description This little accessory will extract key information away from character sheets on online apps! Built for Dark Heresy 2nd Edition
File Size 64.59 KB
Installation Count 41
Current Version 0.2
Last Updated 2017-05-03
Publish Date 2017-05-03
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 - 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",
        ""
    ]
}