Easy Dice Roller
Dice roller for various types
What is Easy Dice Roller?
Easy Dice Roller is a Chrome extension developed by Alarinel, and its main feature is "Dice roller for various types".
Extension Screenshots
Download Easy Dice Roller Extension CRX File
Download Easy Dice Roller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Easy Dice Roller |
ID | jplkkkfinccdllaoobmiojlocpmpeipb |
Official URL | https://chromewebstore.google.com/detail/easy-dice-roller/jplkkkfinccdllaoobmiojlocpmpeipb |
Description | Dice roller for various types |
File Size | 35.47 KB |
Installation Count | 1,797 |
Current Version | 1.3 |
Last Updated | 2014-06-20 |
Publish Date | 2014-06-20 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Alarinel |
Payment Type | free |
Supported Languages | 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" ] } |