NHL Score Tracker

Adds an icon with your selected NHL team's game information with real-time score and in-game data.

ما هو NHL Score Tracker؟

NHL Score Tracker هو إضافة Chrome تم تطويرها بواسطة russjerickson، والميزة الرئيسية لها هي "Adds an icon with your selected NHL team's game information with real-time score and in-game data.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة NHL Score Tracker

قم بتنزيل ملفات الامتداد NHL Score Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Happy 2023-2024 hockey season, everyone!!

Apologies for this extension not working for the last few months. The API that supplied the data changed drastically without my knowledge. I have made the appropriate updates to get the data correctly again. I appreciate everyone that has stuck around, and I hope the score tracker will continue to be helpful and useful to you all!

The pop-up now includes an option to style the pop-up based around each team's colors! There's also the option to turn off these styles in case the colors don't work for you. Right click on the icon and deselect the 'Show team colors' option.

I've received a lot of great feedback, and I'm always looking for more. Please, feel free to contact me with any issues or ideas you may have for this extension. I hope you enjoy it!

This extension adds an icon with your chosen NHL hockey team at the top of the browser that shows information about today's game in the icon's hover-text, real-time score and play information during games (including teams, period, scores, and shootout goals), and the appropriate win/loss flag when it's over!

After you have selected your NHL hockey team with the icon. You'll be able to click on the icon to see a pop-up with information about your team, depending on the status of their game for the day (no game, before the game, during the game, and after the game).

To change the team you're viewing, right-click on the extension, and you will see the menu pop-up.

This extension is still under development. If there are any features you'd like to see or bugs that you come across when using this extension, please let me know by using the support hub on the extension's store page.

Currently on the list of functionality to be developed:
- Power Play/Short Handed situation UI
- Data on previous/future games from the calendar
- And more...

All icons and team names are trademarks belonging to the National Hockey League or the respective teams, the owner of this application disclaims ownership of any trademarks, logos or images belonging to the National Hockey League or the respective team appearing on this site. The appearance of trademarks and/or team logos belonging to the National Hockey League or the respective team on this website does not constitute affiliation or endorsement by the National Hockey League or respective team of any of the services provided by this application.

1.90.1 - Fixed bug from minor refactor
1.90.0 - Added team color styles
1.86.2 - Further bug fix with selecting team
1.86 - Fixed bug with selecting team
1.85 - Reworked the API to utilize a new version
1.82 - 1.84 - Updated to Chrome manifest v3
1.81 - Fixed bug with calendar button
1.80 - Added new calendar UI
1.71 - Fixed issue caused by change to standings in API
1.70 - Added Seattle Kraken
1.65 - Updates the system to work with the new divisions
1.61 - Fixes data retrieval for live games.
1.6 - Fixes data retrieval to be more performant and consistent.
1.5 - Finishes first version of popup UI.
1.3 - Adds first version of popup UI.
1.21 - Adds click functionality back in.
1.2 - Updates the tracker to handle playoff overtimes as well as fixing a known bug on startup.
1.1 - Fixes a bug caused by using MLB Tracker and NHL Score Tracker in tandem.                    

معلومات أساسية عن التمديد

الاسم NHL Score Tracker NHL Score Tracker
ID chdkdiehnpgljfdgankdhcnpfkkhihkf
عنوان URL الرسمي https://chromewebstore.google.com/detail/nhl-score-tracker/chdkdiehnpgljfdgankdhcnpfkkhihkf
الوصف Adds an icon with your selected NHL team's game information with real-time score and in-game data.
حجم الملف 685 KB
عدد التثبيتات 1,354
النسخة الحالية 1.90.1
آخر تحديث 2024-01-16
تاريخ النشر 2019-10-02
تقييم 4.00/5 مجموع تقييمات 8
المطور russjerickson
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Adds an icon with your selected NHL team's game information with real-time score and in-game data.",
    "manifest_version": 3,
    "name": "NHL Score Tracker",
    "offline_enabled": false,
    "short_name": "NhlScoreTracker",
    "version": "1.90.1",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logos\/nhl.png",
        "default_title": "If you have not selected your team yet, right click on this icon to do so. Otherwise, please wait 5 seconds for the system to update."
    },
    "icons": {
        "128": "logos\/nhl.png"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api-web.nhle.com\/"
    ]
}