Puckflow Hockey Headlines

Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!

Wat is Puckflow Hockey Headlines?

Puckflow Hockey Headlines is een Chrome-extensie ontwikkeld door http://agajewski.com, en de belangrijkste functie is "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Puckflow Hockey Headlines

Download Puckflow Hockey Headlines-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Puckflow Hockey Headlines Puckflow Hockey Headlines
ID nnolaghaaoclgdpkekafomlkhgnpfajf
Officiële URL https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf
Beschrijving Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Bestandsgrootte 68.47 KB
Aantal Installaties 11
Huidige Versie 1.1
Laatst Bijgewerkt 2014-09-13
Publicatiedatum 2014-09-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://agajewski.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}