One-Click Game Dice
Produce random numbers for different kinds of dice commonly used in gaming.
One-Click Game Dice란 무엇입니까?
One-Click Game Dice은(는) imightbewyatt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Produce random numbers for different kinds of dice commonly used in gaming."입니다.
확장 프로그램 스크린샷
One-Click Game Dice 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generate random numbers for various gaming dice: one-hundred-sided (2d10), twenty-sided, twelve-sided, ten-sided, eight-sided, six-sided, four-sided, and two-sided. It works in offline mode, too.
확장 프로그램 기본 정보
이름 | One-Click Game Dice |
ID | imijklnhdpkdjhmndhhcmknijghmeije |
공식 URL | https://chromewebstore.google.com/detail/one-click-game-dice/imijklnhdpkdjhmndhhcmknijghmeije |
설명 | Produce random numbers for different kinds of dice commonly used in gaming. |
파일 크기 | 174 KB |
설치 횟수 | 569 |
현재 버전 | 1.0 |
최근 업데이트 | 2014-11-17 |
출시 날짜 | 2014-11-17 |
평점 | 4.88/5 총 8 개의 평점 |
개발자 | imightbewyatt |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One-Click Game Dice", "short_name": "1-Click Dice", "author": "B. Wyatt", "offline_enabled": true, "description": "Produce random numbers for different kinds of dice commonly used in gaming.", "version": "1.0", "permissions": [], "icons": { "16": "d20_icon16.png", "19": "d20_icon.png", "48": "d20_icon48.png", "128": "d20_icon128.png" }, "browser_action": { "default_icon": "d20_icon.png", "default_popup": "popup.html" } } |