Tiny D20

A tiny dice set that lives in your toolbar!

Tiny D20란 무엇입니까?

Tiny D20은(는) camden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tiny dice set that lives in your toolbar!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tiny D20 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Aren't you tired of wasting screen space with a whole window or webpage dedicated to a dice roller? With Tiny D20, a quick throw of the dice is just a click away. Currently works best for Dungeons and Dragons (D&D)-style games. Support for other RPGs coming soon!

────────────

Features:
➤ Clean, intuitive interface
➤ Easily add modifiers or change the number of rolls
➤ Support for all of the traditional dice: from d4 to d100
➤ Macros for your most common rolls
➤ View a breakdown of each roll, including the minimum and maximum roll
➤ Open-source! View the code here: https://github.com/camdenb/Tiny-D20

────────────

Coming Soon:
➤ Export/Import your macros
➤ Advanced rolls like "1d(1d4+2) * 4" or "(1d4)d(1d20) / 4" or even "1d(1d(1d(1d(1d(1d4)))))"

────────────

v3.0.3 Changelog:
➤ Fixed minor text-color issue
────────────
v3.0.2 Changelog:
➤ Fixed bug with recognizing when a roll was the minimum possible value
────────────
v3.0.1 Changelog:
➤ Removed extra debugging
➤ Fixed small formatting bug with macros
────────────
v3.0 Changelog:
➤ Rewrote the whole extension from the ground up for a better developer and user experience
➤ Fixed major bugs
────────────
v2.1 Changelog:
➤ Added a fancy roll animation, which you can toggle in the options menu
➤ A couple of bug fixes and tweaks
────────────
v2.0 Changelog:
➤ Macros!
➤ Better looking icons
➤ Added an options menu where you can configure Macros and the icon color
➤ Changed the results textarea into a beautiful table
➤ Results table now highlights "natural rolls"(i.e. the minimum and maximum possible rolls)
➤ Dozens of bug-fixes and tweaks                    

확장 프로그램 기본 정보

이름 Tiny D20 Tiny D20
ID kioakkagkemhjepoflhccjmabkhbiepp
공식 URL https://chromewebstore.google.com/detail/tiny-d20/kioakkagkemhjepoflhccjmabkhbiepp
설명 A tiny dice set that lives in your toolbar!
파일 크기 1.84 MB
설치 횟수 4,890
현재 버전 3.0.3.2
최근 업데이트 2020-02-19
출시 날짜 2020-02-19
평점 4.85/5 총 94 개의 평점
개발자 camden
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/camdenb/Tiny-D20
도움말 페이지 URL https://github.com/camdenb/Tiny-D20/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tiny D20",
    "short_name": "Tiny D20",
    "description": "A tiny dice set that lives in your toolbar!",
    "version": "3.0.3.2",
    "author": "camdenb",
    "offline_enabled": true,
    "options_page": "src\/options.html",
    "options_ui": {
        "page": "src\/options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon38-white-outline.png",
        "default_popup": "src\/popup.html",
        "default_title": "Roll me!"
    },
    "permissions": [
        "storage"
    ]
}