Stats Navigator

Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus

What is Stats Navigator?

Stats Navigator is a Chrome extension developed by dgrochmal5, and its main feature is "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus".

Extension Screenshots

screenshot

Download Stats Navigator Extension CRX File

Download Stats Navigator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This plugin allows you to easily navigate between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus.

If you're on Mike Trout's Baseball-Reference page, and want to navigate to his Fangraphs page, all you have to do is click the extension, and click "To Fangraphs" and the extension does the rest!

If you're not on one of these three websites, you can use the extension to navigate to the website's homepage.

Right click on the button to open a new tab instead of navigating on the current tab.

If you enjoy the extension, consider "buying me a coffee":
https://www.buymeacoffee.com/dgrochmal
Venmo: @Daniel-Grochmal                    

Extension Basic Information

Name Stats Navigator Stats Navigator
ID lbbdpmoliocjdndehobflkmlaemkefpn
Official URL https://chromewebstore.google.com/detail/stats-navigator/lbbdpmoliocjdndehobflkmlaemkefpn
Description Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus
File Size 1.9 MB
Installation Count 801
Current Version 1.5.5
Last Updated 2023-04-25
Publish Date 2021-11-12
Rating 5.00/5 Total 8 Ratings
Developer dgrochmal5
Email [email protected]
Payment Type free
Extension Website https://github.com/dgrochmal/Stats-Navigator/
Help Page URL https://github.com/dgrochmal/Stats-Navigator/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Stats Navigator",
    "description": "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus",
    "version": "1.5.5",
    "action": {
        "default_icon": "statsNavigator.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "statsNavigator.png",
        "32": "statsNavigator.png",
        "48": "statsNavigator.png",
        "128": "statsNavigator.png"
    }
}