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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    }
}