Stats Navigator

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

Stats Navigator क्या है?

Stats Navigator dgrochmal5 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Linking between Baseball-Reference, Baseball Savant, Fangraphs, and Baseball Prospectus"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stats Navigator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    }
}