Stats Navigator
Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus
Apa itu Stats Navigator?
Stats Navigator adalah ekstensi Chrome yang dikembangkan oleh dgrochmal5, dan fitur utamanya adalah "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Stats Navigator
Unduh file ekstensi Stats Navigator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Stats Navigator |
ID | lbbdpmoliocjdndehobflkmlaemkefpn |
URL Resmi | https://chromewebstore.google.com/detail/stats-navigator/lbbdpmoliocjdndehobflkmlaemkefpn |
Deskripsi | Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus |
Ukuran File | 1.9 MB |
Jumlah Instalasi | 801 |
Versi Saat Ini | 1.5.5 |
Terakhir Diperbarui | 2023-04-25 |
Tanggal Publikasi | 2021-11-12 |
Penilaian | 5.00/5 Total 8 Penilaian |
Pengembang | dgrochmal5 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/dgrochmal/Stats-Navigator/ |
URL Halaman Bantuan | https://github.com/dgrochmal/Stats-Navigator/ |
Bahasa yang Didukung | 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" } } |