Stats Navigator

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

Hvad er Stats Navigator?

Stats Navigator er en Chrome-udvidelse udviklet af dgrochmal5, og dens hovedfunktion er "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus".

Udvidelsesskærmbilleder

screenshot

Download Stats Navigator-udvidelses-CRX-fil

Download Stats Navigator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Stats Navigator Stats Navigator
ID lbbdpmoliocjdndehobflkmlaemkefpn
Officiel URL https://chromewebstore.google.com/detail/stats-navigator/lbbdpmoliocjdndehobflkmlaemkefpn
Beskrivelse Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus
Filstørrelse 1.9 MB
Antal Installationer 801
Nuværende Version 1.5.5
Senest Opdateret 2023-04-25
Udgivelsesdato 2021-11-12
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler dgrochmal5
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/dgrochmal/Stats-Navigator/
Hjælpeside-URL https://github.com/dgrochmal/Stats-Navigator/
Understøttede Sprog 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"
    }
}