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