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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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",
        ""
    ]
}