Dice Thrower

Dice Throwing app

Dice Thrower란 무엇입니까?

Dice Thrower은(는) https://cameronsamuels.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dice Throwing app"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Dice Thrower 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Why roll it if you can throw it? A dice throwing app with a purpose.

Packed with amusing animations, sound effects, and constantly changing background colors, this is the ideal dice rolling app for the classroom and family game night.

To start throwing the dice, simply click the icon in the top-right of your Chrome browser to open the extension's mini-window. Press the keyboard or click the mouse to throw up to nine dice at once.

---

2022 Update: Thank you for throwing dice! This extension was created many years ago by a student now entering their first semester at university. Please consider supporting their tuition at http://paypal.me/cameronjsamuels                    

확장 프로그램 기본 정보

이름 Dice Thrower Dice Thrower
ID gandnjjljgomdonoidfcjjockjngkjcc
공식 URL https://chromewebstore.google.com/detail/dice-thrower/gandnjjljgomdonoidfcjjockjngkjcc
설명 Dice Throwing app
파일 크기 21.68 KB
설치 횟수 33,931
현재 버전 4.0
최근 업데이트 2022-09-01
출시 날짜 2018-06-02
평점 4.84/5 총 25 개의 평점
개발자 https://cameronsamuels.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cameronsamuels.com/dice
도움말 페이지 URL https://git.io/vhWmz
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "4.0",
    "name": "Dice Thrower",
    "short_name": "Dice",
    "description": "Dice Throwing app",
    "homepage_url": "https:\/\/git.io\/vhWmO",
    "icons": {
        "16": "ico\/icon-16.png",
        "24": "ico\/icon-24.png",
        "32": "ico\/icon-32.png",
        "128": "ico\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "ico\/icon-16.png",
            "24": "ico\/icon-24.png",
            "32": "ico\/icon-32.png",
            "128": "ico\/icon-128.png"
        },
        "default_popup": "app\/index.html"
    },
    "host_permissions": [
        "https:\/\/cameronsamuels.com\/"
    ],
    "offline_enabled": true
}