Random.org Statistics

random.org

Hvad er Random.org Statistics?

Random.org Statistics er en Chrome-udvidelse udviklet af emanuelerota, og dens hovedfunktion er "random.org".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Random.org Statistics-udvidelses-CRX-fil

Download Random.org Statistics-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Random.org Statistics Random.org Statistics
ID aaepdpcpacidgkgjoohmemaldkjdekij
Officiel URL https://chrome.google.com/webstore/detail/randomorg-statistics/aaepdpcpacidgkgjoohmemaldkjdekij
Beskrivelse random.org
Filstørrelse 5.7 KB
Antal Installationer 65
Nuværende Version 1.5
Senest Opdateret 2015-12-14
Udgivelsesdato 2015-12-14
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler emanuelerota
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}