Roll20 Character Parser - DnD 5th SRD

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

什么是Roll20 Character Parser - DnD 5th SRD?

Roll20 Character Parser - DnD 5th SRD是由noobulater开发的Chrome扩展程序,该扩展的主要功能是“This little accessory will extract key information away from character sheets on online apps!”。

扩展截图

screenshot

下载Roll20 Character Parser - DnD 5th SRD扩展crx文件

下载Roll20 Character Parser - DnD 5th SRD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Roll20 Character Parser - DnD 5th SRD Roll20 Character Parser - DnD 5th SRD
ID ifcmilildkphnhpceobdlbhhffdakocf
官方URL https://chrome.google.com/webstore/detail/roll20-character-parser-d/ifcmilildkphnhpceobdlbhhffdakocf
简介 This little accessory will extract key information away from character sheets on online apps!
文件大小 64.47 KB
安装次数 451
当前版本 0.2
更新时间 2017-05-03
上架时间 2017-05-03
评分 2.33/5 共3次评分
开发者 noobulater
付费类型 free
扩展官网 https://github.com/Noobulater/ttrpg-web-parsers
支持的语言 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",
        ""
    ]
}