Puckflow Hockey Headlines
Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Co je Puckflow Hockey Headlines?
Puckflow Hockey Headlines je rozšíření Chrome vyvinuté http://agajewski.com, a jeho hlavní funkcí je „Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Puckflow Hockey Headlines
Stáhněte si soubory rozšíření Puckflow Hockey Headlines ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | nnolaghaaoclgdpkekafomlkhgnpfajf |
Oficiální URL | https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf |
Popis | Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines! |
Velikost souboru | 68.47 KB |
Počet instalací | 11 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2014-09-13 |
Datum Vydání | 2014-09-13 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | http://agajewski.com |
Typ Platby | free |
Podporované Jazyky | 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" } } |