Puckflow Hockey Headlines

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

Vad är Puckflow Hockey Headlines?

Puckflow Hockey Headlines är en Chrome-tillägg utvecklad av http://agajewski.com, och dess huvudfunktion är "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".

Tilläggsskärmbilder

screenshot

Ladda ner Puckflow Hockey Headlines-förlängningens CRX-fil

Ladda ner Puckflow Hockey Headlines-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Puckflow Hockey Headlines Puckflow Hockey Headlines
ID nnolaghaaoclgdpkekafomlkhgnpfajf
Officiell webbadress https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf
Beskrivning Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Filstorlek 68.47 KB
Antal Installationer 11
Aktuell Version 1.1
Senast Uppdaterad 2014-09-13
Publiceringsdatum 2014-09-13
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare http://agajewski.com
Betalningssätt free
Stödda Språk 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"
    }
}