Random.org Statistics

random.org

What is Random.org Statistics?

Random.org Statistics is a Chrome extension developed by emanuelerota, and its main feature is "random.org".

Extension Screenshots

screenshot
screenshot

Download Random.org Statistics Extension CRX File

Download Random.org Statistics 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

                        Piccolo tool in grado di visualizzare le percentuali dei numeri estratti da random.org
link:
https://www.random.org/widgets/integers/iframe.php?title=True+Random+Number+Generator&buttontxt=Generate&width=160&height=200&border=on&bgcolor=%23FFFFFF&txtcolor=%23777777&altbgcolor=%23CCCCFF&alttxtcolor=%23000000&defaultmin=1&defaultmax=100&fixed=off                    

Extension Basic Information

Name Random.org Statistics Random.org Statistics
ID aaepdpcpacidgkgjoohmemaldkjdekij
Official URL https://chrome.google.com/webstore/detail/randomorg-statistics/aaepdpcpacidgkgjoohmemaldkjdekij
Description random.org
File Size 5.7 KB
Installation Count 65
Current Version 1.5
Last Updated 2015-12-14
Publish Date 2015-12-14
Rating 5.00/5 Total 8 Ratings
Developer emanuelerota
Email [email protected]
Payment Type free
Supported Languages it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random.org Statistics",
    "version": "1.5",
    "manifest_version": 2,
    "description": "random.org",
    "icons": {
        "128": "ico.png"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "bookmarks"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.random.org\/widgets\/integers\/iframe.php?title=True+Random+Number+Generator&buttontxt=Generate&width=160&height=200&border=on&bgcolor=%23FFFFFF&txtcolor=%23777777&altbgcolor=%23CCCCFF&alttxtcolor=%23000000&defaultmin=1&defaultmax=100&fixed=off"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}