Office Football Pool Enhancer

This extension adds some additional functionality to Office Football Pool

Office Football Pool Enhancerคืออะไร?

Office Football Pool Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ethan Hart และคุณลักษณะหลักของมันคือ "This extension adds some additional functionality to Office Football Pool"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Office Football Pool Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย Office Football Pool Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension modifies the overall standings table for Office Football Pool to show what the average (mean) number of shares is across the pool and show how much each user deviates from the mean.

The latest update fixes a new table layout, adds some sorting functionality previously not present, and includes some minor visual enhancements.

Fixed (2019-08-26): Pending picks visible again on overall standings, Not Active users removed from table
Known bugs: Reverse sorting for "Risked" not working                    

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

ชื่อ Office Football Pool Enhancer Office Football Pool Enhancer
ID giddgbpfifkedgnlonpcpbhnhbpkdapo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo
คำอธิบาย This extension adds some additional functionality to Office Football Pool
ขนาดไฟล์ 8.64 KB
จำนวนการติดตั้ง 79
เวอร์ชันปัจจุบัน 2.1
อัปเดตครั้งล่าสุด 2019-08-26
วันที่เผยแพร่ 2019-08-26
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Ethan Hart
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Office Football Pool Enhancer",
    "description": "This extension adds some additional functionality to Office Football Pool",
    "version": "2.1",
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/ofps.js"
            ],
            "matches": [
                "*:\/\/officefootballpool.com\/standings*",
                "*:\/\/www.officefootballpool.com\/standings*"
            ],
            "run_at": "document_end"
        }
    ]
}