WorldSnookerData Decorator

Add stats to snooker scores on worldsnookerdata.com

WorldSnookerData Decorator là gì?

WorldSnookerData Decorator là một tiện ích mở rộng Chrome được phát triển bởi Mateusz Rusin, và tính năng chính của nó là "Add stats to snooker scores on worldsnookerdata.com".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WorldSnookerData Decorator

Tải xuống các tệp mở rộng WorldSnookerData Decorator 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

                        Added some sweets to snooker scores:

CALENDAR:
    - added turnament days counter

LIVE SCORES:
    - changed timer to 15 seconds (instead of 30 and 60 seconds) 
    - added link to current match stats

MATCHES:
    - added link to unfinished match (live scoresheet)

MATCHES -> MATCH:
    - added breaks 50+  and centuries counter
    - added points sum
    - added frames results
    - added "game flow" chart
    - added "win probability" chart

CENTURIES:
    - added player centuries counter

SESSIONS:
    - added local venue timezone picker to convert session start time                    

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

Tên WorldSnookerData Decorator WorldSnookerData Decorator
ID lfjmcmhmeniopfbiokhdliidpejenijp
URL Chính Thức https://chromewebstore.google.com/detail/worldsnookerdata-decorato/lfjmcmhmeniopfbiokhdliidpejenijp
Mô tả Add stats to snooker scores on worldsnookerdata.com
Kích Thước Tệp 367 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.0.8
Cập Nhật Lần Cuối 2023-01-14
Ngày Phát Hành 2019-05-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Mateusz Rusin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://snooker.prawie.pl/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WorldSnookerData Decorator",
    "version": "0.0.8",
    "manifest_version": 2,
    "description": "Add stats to snooker scores on worldsnookerdata.com",
    "homepage_url": "http:\/\/livescores.worldsnookerdata.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/livescores.worldsnookerdata.com\/*",
                "https:\/\/livescores.worldsnookerdata.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/chart.js",
                "js\/moment.js",
                "js\/inject.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/livescores.worldsnookerdata.com\/*",
        "https:\/\/livescores.worldsnookerdata.com\/*"
    ]
}