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."입니다.
확장 프로그램 스크린샷
NHL Score Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/" ] } |