Stats Navigator
Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus
什麼是Stats Navigator?
Stats Navigator是由dgrochmal5開發的Chrome擴展程式,該擴展的主要功能是“Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus”。
擴展截圖
下載Stats Navigator擴展crx文件
下載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 |
官方網址 | 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" } } |