Balanced Dice Roller
Roll simulated dice.
Balanced Dice Roller란 무엇입니까?
Balanced Dice Roller은(는) https://vividwelkin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Roll simulated dice."입니다.
확장 프로그램 스크린샷
Balanced Dice Roller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Balanced Dice Roller is a simple and easy chrome extension for rolling simulated dice. You can roll dice while viewing tabletop gaming documents from within your browser, It can be used in a popup from the toolbar and in its own dedicated window. To roll a D20 press the D20 button for the result in the main text area. The roll results are saved locally with timestamps until you press the CLEAR button.
확장 프로그램 기본 정보
이름 | Balanced Dice Roller |
ID | knklhlmednhjmbgaaoeociaiclaabogg |
공식 URL | https://chromewebstore.google.com/detail/balanced-dice-roller/knklhlmednhjmbgaaoeociaiclaabogg |
설명 | Roll simulated dice. |
파일 크기 | 221 KB |
설치 횟수 | 39 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2019-07-05 |
출시 날짜 | 2019-07-05 |
개발자 | https://vividwelkin.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Balanced Dice Roller", "version": "0.0.4", "description": "Roll simulated dice.", "manifest_version": 2, "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": "icon_128.png", "default_popup": "balanceddiceroller.html", "default_title": "Balanced Dice Roller" } } |