Stats Navigator
Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus
Cos'è Stats Navigator?
Stats Navigator è un'estensione di Chrome sviluppata da dgrochmal5, e la sua funzione principale è "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Stats Navigator
Scarica i file di estensione Stats Navigator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Stats Navigator |
ID | lbbdpmoliocjdndehobflkmlaemkefpn |
URL Ufficiale | https://chromewebstore.google.com/detail/stats-navigator/lbbdpmoliocjdndehobflkmlaemkefpn |
Descrizione | Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus |
Dimensione del File | 1.9 MB |
Conteggio Installazioni | 801 |
Versione Corrente | 1.5.5 |
Ultimo Aggiornamento | 2023-04-25 |
Data di Pubblicazione | 2021-11-12 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | dgrochmal5 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dgrochmal/Stats-Navigator/ |
URL della Pagina di Aiuto | https://github.com/dgrochmal/Stats-Navigator/ |
Lingue Supportate | 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" } } |