Easy Dice Roller

Dice roller for various types

Easy Dice Roller là gì?

Easy Dice Roller là một tiện ích mở rộng Chrome được phát triển bởi Alarinel, và tính năng chính của nó là "Dice roller for various types".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Easy Dice Roller

Tải xuống các tệp mở rộng Easy Dice Roller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Easy Dice Roller Easy Dice Roller
ID jplkkkfinccdllaoobmiojlocpmpeipb
URL Chính Thức https://chromewebstore.google.com/detail/easy-dice-roller/jplkkkfinccdllaoobmiojlocpmpeipb
Mô tả Dice roller for various types
Kích Thước Tệp 35.47 KB
Số Lần Cài Đặt 1,797
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2014-06-20
Ngày Phát Hành 2014-06-20
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Alarinel
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}