Hockey Scores Viewer

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

Hockey Scores Viewerคืออะไร?

Hockey Scores Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mvais และคุณลักษณะหลักของมันคือ "This extension allows you to view what games are going on in a new tab"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hockey Scores Viewer

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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'"
}