Random.org Statistics

random.org

Apa itu Random.org Statistics?

Random.org Statistics adalah ekstensi Chrome yang dikembangkan oleh emanuelerota, dan fitur utamanya adalah "random.org".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Random.org Statistics

Unduh file ekstensi Random.org Statistics dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Random.org Statistics Random.org Statistics
ID aaepdpcpacidgkgjoohmemaldkjdekij
URL Resmi https://chrome.google.com/webstore/detail/randomorg-statistics/aaepdpcpacidgkgjoohmemaldkjdekij
Deskripsi random.org
Ukuran File 5.7 KB
Jumlah Instalasi 65
Versi Saat Ini 1.5
Terakhir Diperbarui 2015-12-14
Tanggal Publikasi 2015-12-14
Penilaian 5.00/5 Total 8 Penilaian
Pengembang emanuelerota
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}