Random.org Statistics

random.org

什麼是Random.org Statistics?

Random.org Statistics是由emanuelerota開發的Chrome擴展程式,該擴展的主要功能是“random.org”。

擴展截圖

screenshot
screenshot

下載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                    

擴展基本資訊

名稱 Random.org Statistics Random.org Statistics
ID aaepdpcpacidgkgjoohmemaldkjdekij
官方網址 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"
            ]
        }
    ]
}