Stats Navigator

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

Co to jest Stats Navigator?

Stats Navigator to rozszerzenie Chrome opracowane przez dgrochmal5, a jego główną funkcją jest „Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Stats Navigator

Pobierz pliki rozszerzeń Stats Navigator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Stats Navigator Stats Navigator
ID lbbdpmoliocjdndehobflkmlaemkefpn
Oficjalny URL https://chromewebstore.google.com/detail/stats-navigator/lbbdpmoliocjdndehobflkmlaemkefpn
Opis Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus
Rozmiar pliku 1.9 MB
Liczba instalacji 801
Aktualna Wersja 1.5.5
Ostatnia Aktualizacja 2023-04-25
Data Publikacji 2021-11-12
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper dgrochmal5
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/dgrochmal/Stats-Navigator/
Adres URL Strony Pomocy https://github.com/dgrochmal/Stats-Navigator/
Obsługiwane Języki 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"
    }
}