Easy Dice Roller

Dice roller for various types

Co je Easy Dice Roller?

Easy Dice Roller je rozšíření Chrome vyvinuté Alarinel, a jeho hlavní funkcí je „Dice roller for various types“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Easy Dice Roller

Stáhněte si soubory rozšíření Easy Dice Roller ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Easy Dice Roller Easy Dice Roller
ID jplkkkfinccdllaoobmiojlocpmpeipb
Oficiální URL https://chromewebstore.google.com/detail/easy-dice-roller/jplkkkfinccdllaoobmiojlocpmpeipb
Popis Dice roller for various types
Velikost souboru 35.47 KB
Počet instalací 1,797
Aktuální Verze 1.3
Poslední Aktualizace 2014-06-20
Datum Vydání 2014-06-20
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář Alarinel
Typ Platby free
Podporované Jazyky 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"
    ]
}