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是由russjerickson開發的Chrome擴展程式,該擴展的主要功能是“Adds an icon with your selected NHL team's game information with real-time score and in-game data.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載NHL Score Tracker擴展crx文件

下載NHL Score Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}