AutoDice
A simple dice roller.
What is AutoDice?
AutoDice is a Chrome extension developed by https://www.cyborgsushi.com, and its main feature is "A simple dice roller.".
Extension Screenshots
Download AutoDice Extension CRX File
Download AutoDice 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
Want to roll a dice, but to lazy to press a button? Then try AutoDice, a dice that rolls it self! Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License, more info at http://creativecommons.org/licenses/by-nc-nd/3.0/
Extension Basic Information
Name | AutoDice |
ID | bnejadjgfckllmggaioifgcmppekedbc |
Official URL | https://chromewebstore.google.com/detail/autodice/bnejadjgfckllmggaioifgcmppekedbc |
Description | A simple dice roller. |
File Size | 17.07 KB |
Installation Count | 88 |
Current Version | 1.0 |
Last Updated | 2012-06-16 |
Publish Date | 2012-06-16 |
Rating | 3.50/5 Total 4 Ratings |
Developer | https://www.cyborgsushi.com |
Payment Type | free |
Extension Website | http://www.cyborgsushi.com/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoDice", "description": "A simple dice roller.", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon_128.png", "default_popup": "popup.html", "name": "Roll the Dice", "icons": [ "icon_128.png", "icon_48.png", "icon_16.png" ] }, "manifest_version": 2 } |