Hockey Scores Viewer
This extension allows you to view what games are going on in a new tab
Hockey Scores Viewer là gì?
Hockey Scores Viewer là một tiện ích mở rộng Chrome được phát triển bởi mvais, và tính năng chính của nó là "This extension allows you to view what games are going on in a new tab".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Hockey Scores Viewer
Tải xuống các tệp mở rộng Hockey Scores Viewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Hockey Scores quickly allow people to find out what games are being played and see the scores of those games. No longer do you have to navigate to a website or check your phone to see the scores of all the games that are going on.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ibjgdiomocakahljoligidkkijepblkb |
URL Chính Thức | https://chrome.google.com/webstore/detail/hockey-scores-viewer/ibjgdiomocakahljoligidkkijepblkb |
Mô tả | This extension allows you to view what games are going on in a new tab |
Kích Thước Tệp | 146 KB |
Số Lần Cài Đặt | 37 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2017-12-31 |
Ngày Phát Hành | 2017-12-31 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | mvais |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hockey Scores Viewer", "description": "This extension allows you to view what games are going on in a new tab", "version": "1.3", "chrome_url_overrides": { "newtab": "src\/index.html" }, "permissions": [ "tabs", "http:\/\/*.nhle.com\/*" ], "browser_action": { "default_icon": "src\/assets\/logo_48.png" }, "icons": { "48": "src\/assets\/logo_48.png", "128": "src\/assets\/logo_128.png" }, "content_security_policy": "script-src 'self' https:\/\/code.jquery.com https:\/\/cdnjs.cloudflare.com https:\/\/maxcdn.bootstrapcdn.com; object-src 'self'" } |