Balanced Dice Roller

Roll simulated dice.

Was ist Balanced Dice Roller?

Balanced Dice Roller ist eine Chrome-Erweiterung, die von https://vividwelkin.com entwickelt wurde, und ihr Hauptmerkmal ist "Roll simulated dice.".

Erweiterungsscreenshots

screenshot
screenshot

Balanced Dice Roller-Erweiterungs-CRX-Datei herunterladen

Laden Sie Balanced Dice Roller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Balanced Dice Roller Balanced Dice Roller
ID knklhlmednhjmbgaaoeociaiclaabogg
Offizielle URL https://chromewebstore.google.com/detail/balanced-dice-roller/knklhlmednhjmbgaaoeociaiclaabogg
Beschreibung Roll simulated dice.
Dateigröße 221 KB
Installationsanzahl 39
Aktuelle Version 0.0.4
Letztes Update 2019-07-05
Veröffentlichungsdatum 2019-07-05
Entwickler https://vividwelkin.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}