Easy Dice Roller
Dice roller for various types
Was ist Easy Dice Roller?
Easy Dice Roller ist eine Chrome-Erweiterung, die von Alarinel entwickelt wurde, und ihr Hauptmerkmal ist "Dice roller for various types".
Erweiterungsscreenshots
Easy Dice Roller-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Dice Roller-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Easy Dice Roller |
ID | jplkkkfinccdllaoobmiojlocpmpeipb |
Offizielle URL | https://chromewebstore.google.com/detail/easy-dice-roller/jplkkkfinccdllaoobmiojlocpmpeipb |
Beschreibung | Dice roller for various types |
Dateigröße | 35.47 KB |
Installationsanzahl | 1,797 |
Aktuelle Version | 1.3 |
Letztes Update | 2014-06-20 |
Veröffentlichungsdatum | 2014-06-20 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | Alarinel |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |