Random.org Statistics

random.org

Co to jest Random.org Statistics?

Random.org Statistics to rozszerzenie Chrome opracowane przez emanuelerota, a jego główną funkcją jest „random.org”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Random.org Statistics

Pobierz pliki rozszerzeń Random.org Statistics w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Random.org Statistics Random.org Statistics
ID aaepdpcpacidgkgjoohmemaldkjdekij
Oficjalny URL https://chrome.google.com/webstore/detail/randomorg-statistics/aaepdpcpacidgkgjoohmemaldkjdekij
Opis random.org
Rozmiar pliku 5.7 KB
Liczba instalacji 65
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2015-12-14
Data Publikacji 2015-12-14
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper emanuelerota
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}