Stats Navigator
Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus
Stats Navigatorคืออะไร?
Stats Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dgrochmal5 และคุณลักษณะหลักของมันคือ "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stats Navigator
ดาวน์โหลดไฟล์ส่วนขยาย Stats Navigator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Stats Navigator |
ID | lbbdpmoliocjdndehobflkmlaemkefpn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/stats-navigator/lbbdpmoliocjdndehobflkmlaemkefpn |
คำอธิบาย | Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus |
ขนาดไฟล์ | 1.9 MB |
จำนวนการติดตั้ง | 801 |
เวอร์ชันปัจจุบัน | 1.5.5 |
อัปเดตครั้งล่าสุด | 2023-04-25 |
วันที่เผยแพร่ | 2021-11-12 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | dgrochmal5 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/dgrochmal/Stats-Navigator/ |
URL หน้าช่วยเหลือ | https://github.com/dgrochmal/Stats-Navigator/ |
ภาษาที่รองรับ | 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" } } |