Bonus Party
This extension adds a shared party bonus area to Roll20.
什麼是Bonus Party?
Bonus Party是由jakemask開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a shared party bonus area to Roll20.”。
擴展截圖
下載Bonus Party擴展crx文件
下載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 |
ID | mjledjhofdmbnlieljibnldamkgcmdia |
官方網址 | 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'" } |