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是由Cory Forsyth开发的Chrome扩展程序,该扩展的主要功能是“Analyzes stats for mens NCAA Basketball teams on for bracket building at sports-reference.com. Icon from www.freepik.com”。

扩展截图

screenshot

下载NCAA Basketball Stats Analyzer扩展crx文件

下载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"
    ]
}