NCAA Basketball Stats Analyzer

Analyzes stats for mens NCAA Basketball teams on for bracket building at sports-reference.com. Icon from www.freepik.com

NCAA Basketball Stats Analyzerคืออะไร?

NCAA Basketball Stats Analyzer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cory Forsyth และคุณลักษณะหลักของมันคือ "Analyzes stats for mens NCAA Basketball teams on for bracket building at sports-reference.com. Icon from www.freepik.com"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NCAA Basketball Stats Analyzer

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

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

                        Must be on a schedule page at sports-reference.com. Example schedule page: http://www.sports-reference.com/cbb/schools/north-carolina/2016-schedule.html. Use this extension to analyze teams for your tournament basketball bracket.

If the URL does not have "-schedule.html" at the end, the extension will not work.                    

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

ชื่อ NCAA Basketball Stats Analyzer NCAA Basketball Stats Analyzer
ID gilmlkjkjcklebdfjddodjjloecpjoka
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ncaa-basketball-stats-ana/gilmlkjkjcklebdfjddodjjloecpjoka
คำอธิบาย Analyzes stats for mens NCAA Basketball teams on for bracket building at sports-reference.com. Icon from www.freepik.com
ขนาดไฟล์ 84.57 KB
จำนวนการติดตั้ง 20
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-03-18
วันที่เผยแพร่ 2016-03-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Cory Forsyth
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NCAA Basketball Stats Analyzer",
    "manifest_version": 2,
    "description": "Analyzes stats for mens NCAA Basketball teams on for bracket building at sports-reference.com. Icon from www.freepik.com",
    "version": "0.2",
    "icons": {
        "128": "ball.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "ball.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}