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是由jscalise開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | pnidkiailngiifhiamapafedcpepgdge |
| 官方網址 | 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'"
} | |