Better Challonge Results
Improves the results on Challonge bracket pages
Was ist Better Challonge Results?
Better Challonge Results ist eine Chrome-Erweiterung, die von Kevin Leutzinger entwickelt wurde, und ihr Hauptmerkmal ist "Improves the results on Challonge bracket pages".
Erweiterungsscreenshots
Better Challonge Results-Erweiterungs-CRX-Datei herunterladen
Laden Sie Better Challonge Results-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
[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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nlmopkefkemlpdpfkgllbeifljhkfeno |
| Offizielle URL | https://chromewebstore.google.com/detail/better-challonge-results/nlmopkefkemlpdpfkgllbeifljhkfeno |
| Beschreibung | Improves the results on Challonge bracket pages |
| Dateigröße | 225 KB |
| Installationsanzahl | 185 |
| Aktuelle Version | 0.0.9 |
| Letztes Update | 2020-09-14 |
| Veröffentlichungsdatum | 2020-03-24 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | Kevin Leutzinger |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/kleutzinger/better-challonge |
| Unterstützte Sprachen | 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"
}
]
} | |