Better Challonge Results

Improves the results on Challonge bracket pages

Better Challonge Results là gì?

Better Challonge Results là một tiện ích mở rộng Chrome được phát triển bởi Kevin Leutzinger, và tính năng chính của nó là "Improves the results on Challonge bracket pages".

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

screenshot
screenshot
screenshot

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

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

                        [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                    

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

Tên Better Challonge Results Better Challonge Results
ID nlmopkefkemlpdpfkgllbeifljhkfeno
URL Chính Thức https://chromewebstore.google.com/detail/better-challonge-results/nlmopkefkemlpdpfkgllbeifljhkfeno
Mô tả Improves the results on Challonge bracket pages
Kích Thước Tệp 225 KB
Số Lần Cài Đặt 185
Phiên Bản Hiện Tại 0.0.9
Cập Nhật Lần Cuối 2020-09-14
Ngày Phát Hành 2020-03-24
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Kevin Leutzinger
Email me@kevinleutzinger.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/kleutzinger/better-challonge
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}