Latest Hockey Headlines

Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.

Latest Hockey Headlinesคืออะไร?

Latest Hockey Headlines เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jscalise และคุณลักษณะหลักของมันคือ "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story."

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Latest Hockey Headlines ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        v2.1.0
- Numerous bug fixes including broken images on all article types.
- Added support for new promo article types.

Grabs the latest NHL headlines from TSN and displays them in a handy drop-down display. Once a headline is clicked, a new window displays the selected story.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Latest Hockey Headlines Latest Hockey Headlines
ID pnidkiailngiifhiamapafedcpepgdge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/latest-hockey-headlines/pnidkiailngiifhiamapafedcpepgdge
คำอธิบาย Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.
ขนาดไฟล์ 228 KB
จำนวนการติดตั้ง 1,205
เวอร์ชันปัจจุบัน 2.1.0
อัปเดตครั้งล่าสุด 2018-09-11
วันที่เผยแพร่ 2018-09-11
คะแนน 4.14/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา jscalise
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest Hockey Headlines",
    "description": "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.",
    "version": "2.1.0",
    "permissions": [
        "http:\/\/www.tsn.ca\/nhl\/*",
        "https:\/\/www.tsn.ca\/nhl\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}