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ファイルをダウンロード

Better Challonge Results拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        [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
Eメール [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"
        }
    ]
}