Easy Dice Roller

Dice roller for various types

Qu'est-ce que Easy Dice Roller ?

Easy Dice Roller est une extension Chrome développée par Alarinel, et sa fonction principale est "Dice roller for various types".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Easy Dice Roller

Téléchargez les fichiers d'extension Easy Dice Roller au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Easy Dice Roller Easy Dice Roller
ID jplkkkfinccdllaoobmiojlocpmpeipb
URL Officiel https://chromewebstore.google.com/detail/easy-dice-roller/jplkkkfinccdllaoobmiojlocpmpeipb
Description Dice roller for various types
Taille du Fichier 35.47 KB
Nombre d'Installations 1,797
Version Actuelle 1.3
Dernière Mise à Jour 2014-06-20
Date de Publication 2014-06-20
Évaluation 3.33/5 Total 3 Évaluations
Développeur Alarinel
Type de Paiement free
Langues Prises en Charge 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"
    ]
}