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 هو إضافة Chrome تم تطويرها بواسطة noobulater، والميزة الرئيسية لها هي "This little accessory will extract key information away from character sheets on online apps!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Roll20 Character Parser - DnD 5th SRD

قم بتنزيل ملفات الامتداد Roll20 Character Parser - DnD 5th SRD بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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",
        ""
    ]
}