Hockey Scores Viewer

This extension allows you to view what games are going on in a new tab

什麼是Hockey Scores Viewer?

Hockey Scores Viewer是由mvais開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to view what games are going on in a new tab”。

擴展截圖

screenshot

下載Hockey Scores Viewer擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hockey Scores Viewer Hockey Scores Viewer
ID ibjgdiomocakahljoligidkkijepblkb
官方網址 https://chrome.google.com/webstore/detail/hockey-scores-viewer/ibjgdiomocakahljoligidkkijepblkb
簡介 This extension allows you to view what games are going on in a new tab
檔案大小 146 KB
安裝次數 37
目前版本 1.3
更新時間 2017-12-31
上架時間 2017-12-31
評分 5.00/5 共 1 次評分
開發者 mvais
電子郵箱 [email protected]
付費類型 free
支援的語言 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'"
}