Balanced Dice Roller

Roll simulated dice.

Balanced Dice Roller là gì?

Balanced Dice Roller là một tiện ích mở rộng Chrome được phát triển bởi https://vividwelkin.com, và tính năng chính của nó là "Roll simulated dice.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Balanced 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

                        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.                    

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

Tên Balanced Dice Roller Balanced Dice Roller
ID knklhlmednhjmbgaaoeociaiclaabogg
URL Chính Thức https://chromewebstore.google.com/detail/balanced-dice-roller/knklhlmednhjmbgaaoeociaiclaabogg
Mô tả Roll simulated dice.
Kích Thước Tệp 221 KB
Số Lần Cài Đặt 39
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2019-07-05
Ngày Phát Hành 2019-07-05
Nhà Phát Triển https://vividwelkin.com
Email [email protected]
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",
    "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"
    }
}