Puckflow Hockey Headlines

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

Cos'è Puckflow Hockey Headlines?

Puckflow Hockey Headlines è un'estensione di Chrome sviluppata da http://agajewski.com, e la sua funzione principale è "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Puckflow Hockey Headlines

Scarica i file di estensione Puckflow Hockey Headlines in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Puckflow Hockey Headlines Puckflow Hockey Headlines
ID nnolaghaaoclgdpkekafomlkhgnpfajf
URL Ufficiale https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf
Descrizione Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Dimensione del File 68.47 KB
Conteggio Installazioni 11
Versione Corrente 1.1
Ultimo Aggiornamento 2014-09-13
Data di Pubblicazione 2014-09-13
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://agajewski.com
Tipo di Pagamento free
Lingue Supportate 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"
    }
}