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”。
擴展截圖
下載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 擴展基本資訊
| 名稱 | |
| ID | nlmopkefkemlpdpfkgllbeifljhkfeno |
| 官方網址 | 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"
}
]
} | |