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