Random.org Statistics

random.org

Vad är Random.org Statistics?

Random.org Statistics är en Chrome-tillägg utvecklad av emanuelerota, och dess huvudfunktion är "random.org".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Random.org Statistics-förlängningens CRX-fil

Ladda ner Random.org Statistics-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Random.org Statistics Random.org Statistics
ID aaepdpcpacidgkgjoohmemaldkjdekij
Officiell webbadress https://chrome.google.com/webstore/detail/randomorg-statistics/aaepdpcpacidgkgjoohmemaldkjdekij
Beskrivning random.org
Filstorlek 5.7 KB
Antal Installationer 65
Aktuell Version 1.5
Senast Uppdaterad 2015-12-14
Publiceringsdatum 2015-12-14
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare emanuelerota
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}