Stats Navigator

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

Wat is Stats Navigator?

Stats Navigator is een Chrome-extensie ontwikkeld door dgrochmal5, en de belangrijkste functie is "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stats Navigator

Download Stats Navigator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Stats Navigator Stats Navigator
ID lbbdpmoliocjdndehobflkmlaemkefpn
Officiële URL https://chromewebstore.google.com/detail/stats-navigator/lbbdpmoliocjdndehobflkmlaemkefpn
Beschrijving Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus
Bestandsgrootte 1.9 MB
Aantal Installaties 801
Huidige Versie 1.5.5
Laatst Bijgewerkt 2023-04-25
Publicatiedatum 2021-11-12
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar dgrochmal5
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/dgrochmal/Stats-Navigator/
Help Pagina-URL https://github.com/dgrochmal/Stats-Navigator/
Ondersteunde Talen 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"
    }
}