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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'" } |