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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stats Navigator
قم بتنزيل ملفات الامتداد Stats Navigator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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/ |
عنوان صفحة المساعدة | 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" } } |