Easy Dice Roller
Dice roller for various types
Easy Dice Roller란 무엇입니까?
Easy Dice Roller은(는) Alarinel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dice roller for various types"입니다.
확장 프로그램 스크린샷
Easy Dice Roller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easy dice rolling program for anyone looking to easily track dice rolls without having to load an entire webpage! Updated now to track ongoing luck vs average (for 20 sided dice only for now). See how lucky you are long term. Another new feature: Roll against a threshold. If you are using this for gaming as a GM, then you have a simple place to set up as many rolls as you want and see how many successes and failures you roll. Roll as few or as many as you want of whatever kind of dice you would commonly use. This is also excellent for shadowrun if you just want something simple to track your hits.
확장 프로그램 기본 정보
이름 | Easy Dice Roller |
ID | jplkkkfinccdllaoobmiojlocpmpeipb |
공식 URL | https://chromewebstore.google.com/detail/easy-dice-roller/jplkkkfinccdllaoobmiojlocpmpeipb |
설명 | Dice roller for various types |
파일 크기 | 35.47 KB |
설치 횟수 | 1,797 |
현재 버전 | 1.3 |
최근 업데이트 | 2014-06-20 |
출시 날짜 | 2014-06-20 |
평점 | 3.33/5 총 3 개의 평점 |
개발자 | Alarinel |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Dice Roller", "description": "Dice roller for various types", "version": "1.3", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "notifications", "storage" ] } |