WorldSnookerData Decorator

Add stats to snooker scores on worldsnookerdata.com

WorldSnookerData Decorator란 무엇입니까?

WorldSnookerData Decorator은(는) Mateusz Rusin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add stats to snooker scores on worldsnookerdata.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

WorldSnookerData Decorator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 WorldSnookerData Decorator WorldSnookerData Decorator
ID lfjmcmhmeniopfbiokhdliidpejenijp
공식 URL https://chromewebstore.google.com/detail/worldsnookerdata-decorato/lfjmcmhmeniopfbiokhdliidpejenijp
설명 Add stats to snooker scores on worldsnookerdata.com
파일 크기 367 KB
설치 횟수 38
현재 버전 0.0.8
최근 업데이트 2023-01-14
출시 날짜 2019-05-04
평점 5.00/5 총 1 개의 평점
개발자 Mateusz Rusin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://snooker.prawie.pl/
지원되는 언어 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\/*"
    ]
}