Random.org Statistics
random.org
Wat is Random.org Statistics?
Random.org Statistics is een Chrome-extensie ontwikkeld door emanuelerota, en de belangrijkste functie is "random.org".
Extensie Screenshots
Download het CRX-bestand van de extensie Random.org Statistics
Download Random.org Statistics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | aaepdpcpacidgkgjoohmemaldkjdekij |
Officiële URL | https://chrome.google.com/webstore/detail/randomorg-statistics/aaepdpcpacidgkgjoohmemaldkjdekij |
Beschrijving | random.org |
Bestandsgrootte | 5.7 KB |
Aantal Installaties | 65 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2015-12-14 |
Publicatiedatum | 2015-12-14 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | emanuelerota |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |