Balanced Dice Roller

Roll simulated dice.

Wat is Balanced Dice Roller?

Balanced Dice Roller is een Chrome-extensie ontwikkeld door https://vividwelkin.com, en de belangrijkste functie is "Roll simulated dice.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Balanced Dice Roller

Download Balanced Dice Roller-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Balanced Dice Roller Balanced Dice Roller
ID knklhlmednhjmbgaaoeociaiclaabogg
Officiële URL https://chromewebstore.google.com/detail/balanced-dice-roller/knklhlmednhjmbgaaoeociaiclaabogg
Beschrijving Roll simulated dice.
Bestandsgrootte 221 KB
Aantal Installaties 39
Huidige Versie 0.0.4
Laatst Bijgewerkt 2019-07-05
Publicatiedatum 2019-07-05
Ontwikkelaar https://vividwelkin.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}