Random.org Statistics

random.org

Random.org Statistics là gì?

Random.org Statistics là một tiện ích mở rộng Chrome được phát triển bởi emanuelerota, và tính năng chính của nó là "random.org".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Random.org Statistics

Tải xuống các tệp mở rộng Random.org Statistics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Random.org Statistics Random.org Statistics
ID aaepdpcpacidgkgjoohmemaldkjdekij
URL Chính Thức https://chrome.google.com/webstore/detail/randomorg-statistics/aaepdpcpacidgkgjoohmemaldkjdekij
Mô tả random.org
Kích Thước Tệp 5.7 KB
Số Lần Cài Đặt 65
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2015-12-14
Ngày Phát Hành 2015-12-14
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển emanuelerota
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}