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是由http://agajewski.com开发的Chrome扩展程序,该扩展的主要功能是“Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!”。
扩展截图
下载Puckflow Hockey Headlines扩展crx文件
下载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" } } |