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 |
Eメール | [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" ] } ] } |