Roll20 Dice Stats
Calculates statistics for dice roll results from a Roll20 game chat
Roll20 Dice Stats란 무엇입니까?
Roll20 Dice Stats은(는) kwilkins에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calculates statistics for dice roll results from a Roll20 game chat"입니다.
확장 프로그램 스크린샷
Roll20 Dice Stats 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Curious how you and your friends are rolling in your roll20 D&D campaign? This extension breaks down your game's history of d20 rolls into some fun stats, see who is rolling the most 1's or most 20's! Features: - Calculates natural `20` and natural `1` count, most common roll, and if the average roll is statistically significant, and more! - Allows combining character statistics if entry is for same player - Works within roll20 game window for end of session stats - Works within chat archive for entire game history - Currently only details for d20 rolls Future Plans: - track 2d6 rolls for the PbtA players - damage rolls from common attack roll templates Note: This extension does access page data to read a roll20 game log history. Nothing from the game is saved or transmitted in any way through the extension. This extension does not effect or interact with the roll20 application other than read existing roll data.
확장 프로그램 기본 정보
이름 | Roll20 Dice Stats |
ID | omaelodcjkngmabmfkbnmkmamgifimkm |
공식 URL | https://chromewebstore.google.com/detail/roll20-dice-stats/omaelodcjkngmabmfkbnmkmamgifimkm |
설명 | Calculates statistics for dice roll results from a Roll20 game chat |
파일 크기 | 1.42 MB |
설치 횟수 | 39 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2023-12-17 |
출시 날짜 | 2023-12-17 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | kwilkins |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/kwilkins/roll20-stats-extension |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Roll20 Dice Stats", "description": "Calculates statistics for dice roll results from a Roll20 game chat", "version": "0.1.0", "default_locale": "en", "icons": { "48": "48icon.png", "128": "128icon.png" }, "action": { "default_popup": "index.html", "default_title": "Roll20 Dice Stats" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "activeTab", "scripting" ] } |