Better Challonge Results

Improves the results on Challonge bracket pages

Better Challonge Results란 무엇입니까?

Better Challonge Results은(는) Kevin Leutzinger에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improves the results on Challonge bracket pages"입니다.

확장 프로그램 스크린샷

screenshot

Better Challonge Results 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        [Source Code](https://github.com/kleutzinger/better-challonge)  

Replaces the results on challonge.com brackets with a more informative table.
Features:
-Shows every player's wins and losses
-Hover over wins and losses to show game counts
-Hover over participants to see their seed

v. 0.0.2
-Fixed RR/Swiss Brackets
-Upsets are italicized

v. 0.0.3
-Fixed tournaments with descriptions

v. 0.0.4
-Don't overwrite bottom table on swiss/RR brackets

v. 0.0.5
-Fixed for players with weird characters in name (like &)

v. 0.0.6
-Added export results thread button

v. 0.0.7
-Reverted results to ordinal numbers

v. 0.0.8
-Fixed NaN players and ? in tournament urls

v. 0.0.9
-Challonge updated itself, this extension only supports double elimination brackets right now                    

확장 프로그램 기본 정보

이름 Better Challonge Results Better Challonge Results
ID nlmopkefkemlpdpfkgllbeifljhkfeno
공식 URL https://chromewebstore.google.com/detail/better-challonge-results/nlmopkefkemlpdpfkgllbeifljhkfeno
설명 Improves the results on Challonge bracket pages
파일 크기 225 KB
설치 횟수 185
현재 버전 0.0.9
최근 업데이트 2020-09-14
출시 날짜 2020-03-24
평점 5.00/5 총 6 개의 평점
개발자 Kevin Leutzinger
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kleutzinger/better-challonge
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Challonge Results",
    "short_name": "challonge+",
    "description": "Improves the results on Challonge bracket pages",
    "version": "0.0.9",
    "icons": {
        "16": "\/pics\/icon16.png",
        "48": "\/pics\/icon48.png",
        "128": "\/pics\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.challonge.com\/*"
            ],
            "js": [
                "jquery.js",
                "tablemaker.js",
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}