Puckflow Hockey Headlines

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

Was ist Puckflow Hockey Headlines?

Puckflow Hockey Headlines ist eine Chrome-Erweiterung, die von http://agajewski.com entwickelt wurde, und ihr Hauptmerkmal ist "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".

Erweiterungsscreenshots

screenshot

Puckflow Hockey Headlines-Erweiterungs-CRX-Datei herunterladen

Laden Sie Puckflow Hockey Headlines-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Puckflow Hockey Headlines Puckflow Hockey Headlines
ID nnolaghaaoclgdpkekafomlkhgnpfajf
Offizielle URL https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf
Beschreibung Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Dateigröße 68.47 KB
Installationsanzahl 11
Aktuelle Version 1.1
Letztes Update 2014-09-13
Veröffentlichungsdatum 2014-09-13
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler http://agajewski.com
Zahlungsart free
Unterstützte Sprachen 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"
    }
}