NCAA Basketball Stats Analyzer

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

Co je NCAA Basketball Stats Analyzer?

NCAA Basketball Stats Analyzer je rozšíření Chrome vyvinuté Cory Forsyth, a jeho hlavní funkcí je „Analyzes stats for mens NCAA Basketball teams on for bracket building at sports-reference.com. Icon from www.freepik.com“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření NCAA Basketball Stats Analyzer

Stáhněte si soubory rozšíření NCAA Basketball Stats Analyzer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název NCAA Basketball Stats Analyzer NCAA Basketball Stats Analyzer
ID gilmlkjkjcklebdfjddodjjloecpjoka
Oficiální URL https://chromewebstore.google.com/detail/ncaa-basketball-stats-ana/gilmlkjkjcklebdfjddodjjloecpjoka
Popis Analyzes stats for mens NCAA Basketball teams on for bracket building at sports-reference.com. Icon from www.freepik.com
Velikost souboru 84.57 KB
Počet instalací 20
Aktuální Verze 0.2
Poslední Aktualizace 2016-03-18
Datum Vydání 2016-03-17
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Cory Forsyth
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}