Better Challonge Results

Improves the results on Challonge bracket pages

Better Challonge Results क्या है?

Better Challonge Results Kevin Leutzinger द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Improves the results on Challonge bracket pages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Better Challonge Results एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    ]
}