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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Bonus Party
قم بتنزيل ملفات الامتداد Bonus Party بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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'" } |