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".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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"
    }
}