Stats Navigator

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

Stats Navigator là gì?

Stats Navigator là một tiện ích mở rộng Chrome được phát triển bởi dgrochmal5, và tính năng chính của nó là "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stats Navigator

Tải xuống các tệp mở rộng Stats Navigator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stats Navigator Stats Navigator
ID lbbdpmoliocjdndehobflkmlaemkefpn
URL Chính Thức https://chromewebstore.google.com/detail/stats-navigator/lbbdpmoliocjdndehobflkmlaemkefpn
Mô tả Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus
Kích Thước Tệp 1.9 MB
Số Lần Cài Đặt 801
Phiên Bản Hiện Tại 1.5.5
Cập Nhật Lần Cuối 2023-04-25
Ngày Phát Hành 2021-11-12
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển dgrochmal5
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/dgrochmal/Stats-Navigator/
URL Trang Trợ Giúp https://github.com/dgrochmal/Stats-Navigator/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}