Puckflow Hockey Headlines

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

Qu'est-ce que Puckflow Hockey Headlines ?

Puckflow Hockey Headlines est une extension Chrome développée par http://agajewski.com, et sa fonction principale est "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Puckflow Hockey Headlines

Téléchargez les fichiers d'extension Puckflow Hockey Headlines au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Puckflow Hockey Headlines Puckflow Hockey Headlines
ID nnolaghaaoclgdpkekafomlkhgnpfajf
URL Officiel 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!
Taille du Fichier 68.47 KB
Nombre d'Installations 11
Version Actuelle 1.1
Dernière Mise à Jour 2014-09-13
Date de Publication 2014-09-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur http://agajewski.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}