Random.org Statistics
random.org
什么是Random.org Statistics?
Random.org Statistics是由emanuelerota开发的Chrome扩展程序,该扩展的主要功能是“random.org”。
扩展截图
下载Random.org Statistics扩展crx文件
下载Random.org Statistics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | aaepdpcpacidgkgjoohmemaldkjdekij |
官方URL | https://chrome.google.com/webstore/detail/randomorg-statistics/aaepdpcpacidgkgjoohmemaldkjdekij |
简介 | random.org |
文件大小 | 5.7 KB |
安装次数 | 65 |
当前版本 | 1.5 |
更新时间 | 2015-12-14 |
上架时间 | 2015-12-14 |
评分 | 5.00/5 共8次评分 |
开发者 | emanuelerota |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } ] } |