Easy Dice Roller

Dice roller for various types

Co to jest Easy Dice Roller?

Easy Dice Roller to rozszerzenie Chrome opracowane przez Alarinel, a jego główną funkcją jest „Dice roller for various types”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Easy Dice Roller

Pobierz pliki rozszerzeń Easy Dice Roller w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Easy Dice Roller Easy Dice Roller
ID jplkkkfinccdllaoobmiojlocpmpeipb
Oficjalny URL https://chromewebstore.google.com/detail/easy-dice-roller/jplkkkfinccdllaoobmiojlocpmpeipb
Opis Dice roller for various types
Rozmiar pliku 35.47 KB
Liczba instalacji 1,797
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2014-06-20
Data Publikacji 2014-06-20
Ocena 3.33/5 Łącznie 3 Oceny
Deweloper Alarinel
Typ Płatności free
Obsługiwane Języki 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"
    ]
}