Easy Dice Roller

Dice roller for various types

Vad är Easy Dice Roller?

Easy Dice Roller är en Chrome-tillägg utvecklad av Alarinel, och dess huvudfunktion är "Dice roller for various types".

Tilläggsskärmbilder

screenshot

Ladda ner Easy Dice Roller-förlängningens CRX-fil

Ladda ner Easy Dice Roller-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Easy Dice Roller Easy Dice Roller
ID jplkkkfinccdllaoobmiojlocpmpeipb
Officiell webbadress https://chromewebstore.google.com/detail/easy-dice-roller/jplkkkfinccdllaoobmiojlocpmpeipb
Beskrivning Dice roller for various types
Filstorlek 35.47 KB
Antal Installationer 1,797
Aktuell Version 1.3
Senast Uppdaterad 2014-06-20
Publiceringsdatum 2014-06-20
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare Alarinel
Betalningssätt free
Stödda Språk 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"
    ]
}