Random.org Statistics

random.org

Random.org Statisticsคืออะไร?

Random.org Statistics เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emanuelerota และคุณลักษณะหลักของมันคือ "random.org"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Random.org Statistics

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}