Tie-breaking on www.uschess.org

Tie-breaking for cross tables on www.uschess.org

Tie-breaking on www.uschess.orgคืออะไร?

Tie-breaking on www.uschess.org เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alexander Pavlov และคุณลักษณะหลักของมันคือ "Tie-breaking for cross tables on www.uschess.org"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tie-breaking on www.uschess.org

ดาวน์โหลดไฟล์ส่วนขยาย Tie-breaking on www.uschess.org ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Extension enhances two kind of pages: cross-tables and tournaments lists.

CROSS-TABLE ENHANCEMENTS

1) Adds tie-breaking columns to crosstables on official US Chess Federation website http://http://www.uschess.org/, see TBrkM, TBrkS, TBrkC and TBrkO columns on screenshot

2) Reorders players according to "Total pts" and tie-breaking columns

3) Adds "Rank by rating" column if table contains 9 or more players. This column displays player's rank within different rating groups

Tie-breaking is performed as per USCF recommended order

# Modified Median (TBrkM column)
# Solkoff (TBrkS column)
# Cumulative (TBrkC column)
# Cumulative opponent's score (TBrkO column)

MODIFIED MEDIAN (TBrkM)

For each player, this system sums the number of points earned by the player's opponents, but  
* discards the highest and lowest opponent's scores if player earned exactly 50% score;
* discards the lowest opponent's scores if player earned more than 50% score;
* discards the highest opponent's scores if player earned less than 50% score.

SOLKOFF (TBrkS)

This system is the same as the Median system, except that no scores are discarded.

CUMULATIVE (TBrkC)

To calculate this, sum the running score for each round. For example, if a player has (in order) a win, loss, win, draw, and a loss; his round-by-round score will be 1, 1, 2, 2½, 2½. The sum of these numbers is 9. 

CUMULATIVE OPPONENT'S SCORE (TBrkC)

This sums the cumulative scores of the player's opponents.

See more details on Wikipedia http://en.wikipedia.org/wiki/Tie-breaking_in_Swiss-system_tournaments

TOURNAMENTS LISTS ENHANCEMENTS

1) Adds number of sections and number of players to "Event ID" column

2) Adds section details (number of rounds, number of players etc) to "Event Name" column

3) Changes underlying link of event name so it points directly to section (not to tournament page as before)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tie-breaking on www.uschess.org Tie-breaking on www.uschess.org
ID ocogjlmghpnbgmpgafbcifdobmicbcof
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tie-breaking-on-wwwusches/ocogjlmghpnbgmpgafbcifdobmicbcof
คำอธิบาย Tie-breaking for cross tables on www.uschess.org
ขนาดไฟล์ 90.24 KB
จำนวนการติดตั้ง 11
เวอร์ชันปัจจุบัน 3.0.3
อัปเดตครั้งล่าสุด 2016-03-01
วันที่เผยแพร่ 2016-02-29
ผู้พัฒนา Alexander Pavlov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tie-breaking on www.uschess.org",
    "short_name": "Tie-breaking",
    "version": "3.0.3",
    "description": "Tie-breaking for cross tables on www.uschess.org",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.uschess.org\/*"
            ],
            "css": [
                "additional.css"
            ],
            "js": [
                "jquery-1.11.2.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/www.uschess.org\/"
    ]
}