Stats Navigator

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

Was ist Stats Navigator?

Stats Navigator ist eine Chrome-Erweiterung, die von dgrochmal5 entwickelt wurde, und ihr Hauptmerkmal ist "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus".

Erweiterungsscreenshots

screenshot

Stats Navigator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stats Navigator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Stats Navigator Stats Navigator
ID lbbdpmoliocjdndehobflkmlaemkefpn
Offizielle URL https://chromewebstore.google.com/detail/stats-navigator/lbbdpmoliocjdndehobflkmlaemkefpn
Beschreibung Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus
Dateigröße 1.9 MB
Installationsanzahl 801
Aktuelle Version 1.5.5
Letztes Update 2023-04-25
Veröffentlichungsdatum 2021-11-12
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler dgrochmal5
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/dgrochmal/Stats-Navigator/
Hilfeseite URL https://github.com/dgrochmal/Stats-Navigator/
Unterstützte Sprachen 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"
    }
}