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 |
| 公式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'"
} | |