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.
扩展基本信息
名称 | 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'" } |