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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This little accessory will extract key information away from character sheets on online apps!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Roll20 Character Parser - DnD 5th SRD एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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",
        ""
    ]
}