Puckflow Hockey Headlines
Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Puckflow Hockey Headlinesคืออะไร?
Puckflow Hockey Headlines เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://agajewski.com และคุณลักษณะหลักของมันคือ "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Puckflow Hockey Headlines
ดาวน์โหลดไฟล์ส่วนขยาย Puckflow Hockey Headlines ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that grabs the latest NHL headlines and displays them in simple, sleek, and lightweight display. Click the headline to be taken to the full story!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nnolaghaaoclgdpkekafomlkhgnpfajf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf |
คำอธิบาย | Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines! |
ขนาดไฟล์ | 68.47 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2014-09-13 |
วันที่เผยแพร่ | 2014-09-13 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://agajewski.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Puckflow Hockey Headlines", "version": "1.1", "description": "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!", "icons": { "16": "images\/icon.png", "48": "images\/logo_small_48.png", "128": "images\/logo_small_128.png" }, "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/puckflow-hockey-headlines\/nnolaghaaoclgdpkekafomlkhgnpfajf?authuser=2", "background": { "page": "background.html" }, "permissions": [ "http:\/\/www.nhl.com\/*" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "Puckflow Hockey Headlines", "default_popup": "popup.html" } } |