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
官方網址 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",
        ""
    ]
}