One-Click Game Dice
Produce random numbers for different kinds of dice commonly used in gaming.
What is One-Click Game Dice?
One-Click Game Dice is a Chrome extension developed by imightbewyatt, and its main feature is "Produce random numbers for different kinds of dice commonly used in gaming.".
Extension Screenshots
Download One-Click Game Dice Extension CRX File
Download One-Click Game Dice 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
Generate random numbers for various gaming dice: one-hundred-sided (2d10), twenty-sided, twelve-sided, ten-sided, eight-sided, six-sided, four-sided, and two-sided. It works in offline mode, too.
Extension Basic Information
Name | One-Click Game Dice |
ID | imijklnhdpkdjhmndhhcmknijghmeije |
Official URL | https://chromewebstore.google.com/detail/one-click-game-dice/imijklnhdpkdjhmndhhcmknijghmeije |
Description | Produce random numbers for different kinds of dice commonly used in gaming. |
File Size | 174 KB |
Installation Count | 569 |
Current Version | 1.0 |
Last Updated | 2014-11-17 |
Publish Date | 2014-11-17 |
Rating | 4.88/5 Total 8 Ratings |
Developer | imightbewyatt |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "One-Click Game Dice", "short_name": "1-Click Dice", "author": "B. Wyatt", "offline_enabled": true, "description": "Produce random numbers for different kinds of dice commonly used in gaming.", "version": "1.0", "permissions": [], "icons": { "16": "d20_icon16.png", "19": "d20_icon.png", "48": "d20_icon48.png", "128": "d20_icon128.png" }, "browser_action": { "default_icon": "d20_icon.png", "default_popup": "popup.html" } } |