Puckflow Hockey Headlines
Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
What is Puckflow Hockey Headlines?
Puckflow Hockey Headlines is a Chrome extension developed by http://agajewski.com, and its main feature is "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".
Extension Screenshots
Download Puckflow Hockey Headlines Extension CRX File
Download Puckflow Hockey Headlines extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | nnolaghaaoclgdpkekafomlkhgnpfajf |
Official URL | https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf |
Description | Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines! |
File Size | 68.47 KB |
Installation Count | 11 |
Current Version | 1.1 |
Last Updated | 2014-09-13 |
Publish Date | 2014-09-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://agajewski.com |
Payment Type | free |
Supported Languages | 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" } } |