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
Eメール [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"
    ]
}