RandomGen

A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.

What is RandomGen?

RandomGen is a Chrome extension developed by VaughnGH, and its main feature is "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.".

Extension Screenshots

screenshot

Download RandomGen Extension CRX File

Download RandomGen 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

                        RandomGen is a lightweight Random Number Generator (RNG) that is usable anywhere in Chrome. It works without interrupting the current page, requires no permissions, and runs completely offline. Enjoy!                    

Extension Basic Information

Name RandomGen RandomGen
ID obkfljadgdcionngoklljlmkddgljigk
Official URL https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk
Description A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
File Size 115 KB
Installation Count 1,286
Current Version 0.0.3
Last Updated 2015-07-11
Publish Date 2015-07-10
Rating 4.70/5 Total 10 Ratings
Developer VaughnGH
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RandomGen",
    "description": "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.",
    "version": "0.0.3",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "\/icons\/icon.png",
        "default_popup": "popup.html",
        "default_title": "Generate!"
    },
    "icons": {
        "32": "\/icons\/icon32.png",
        "64": "\/icons\/icon64.png",
        "128": "\/icons\/icon128.png",
        "256": "\/icons\/icon256.png"
    },
    "permissions": []
}