Balanced Dice Roller

Roll simulated dice.

What is Balanced Dice Roller?

Balanced Dice Roller is a Chrome extension developed by https://vividwelkin.com, and its main feature is "Roll simulated dice.".

Extension Screenshots

screenshot
screenshot

Download Balanced Dice Roller Extension CRX File

Download Balanced Dice Roller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Balanced Dice Roller Balanced Dice Roller
ID knklhlmednhjmbgaaoeociaiclaabogg
Official URL https://chromewebstore.google.com/detail/balanced-dice-roller/knklhlmednhjmbgaaoeociaiclaabogg
Description Roll simulated dice.
File Size 221 KB
Installation Count 39
Current Version 0.0.4
Last Updated 2019-07-05
Publish Date 2019-07-05
Developer https://vividwelkin.com
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}