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 |
官方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'" } |