Bonus Party

This extension adds a shared party bonus area to Roll20.

Bonus Partyคืออะไร?

Bonus Party เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jakemask และคุณลักษณะหลักของมันคือ "This extension adds a shared party bonus area to Roll20."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bonus Party

ดาวน์โหลดไฟล์ส่วนขยาย Bonus Party ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add a campaign shared bonus area to Roll20. Now when your bard inspires courage, you can all actually remember to add that bonus to your rolls. Double click the dialog box title to minimize, and double click a bonus to remove it. Let me know if you have any issues or feature requests and I'll do my best.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bonus Party Bonus Party
ID mjledjhofdmbnlieljibnldamkgcmdia
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bonus-party/mjledjhofdmbnlieljibnldamkgcmdia
คำอธิบาย This extension adds a shared party bonus area to Roll20.
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 469
เวอร์ชันปัจจุบัน 0.1.3
อัปเดตครั้งล่าสุด 2015-07-24
วันที่เผยแพร่ 2015-07-24
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา jakemask
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bonus Party",
    "description": "This extension adds a shared party bonus area to Roll20.",
    "version": "0.1.3",
    "icons": {
        "16": "bp_logo_16.jpg",
        "48": "bp_logo_48.jpg",
        "128": "bp_logo_128.jpg"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.roll20.net\/editor\/*",
                "*:\/\/app.roll20.net\/join\/*"
            ],
            "all_frames": true,
            "js": [
                "lib\/firebase.js",
                "lib\/jquery-2.0.2.min.js",
                "lib\/jquery-ui.min.js",
                "bonusparty.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "template.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'"
}