Puckflow Hockey Headlines
Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Hvad er Puckflow Hockey Headlines?
Puckflow Hockey Headlines er en Chrome-udvidelse udviklet af http://agajewski.com, og dens hovedfunktion er "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".
Udvidelsesskærmbilleder
Download Puckflow Hockey Headlines-udvidelses-CRX-fil
Download Puckflow Hockey Headlines-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | nnolaghaaoclgdpkekafomlkhgnpfajf |
Officiel URL | https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf |
Beskrivelse | Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines! |
Filstørrelse | 68.47 KB |
Antal Installationer | 11 |
Nuværende Version | 1.1 |
Senest Opdateret | 2014-09-13 |
Udgivelsesdato | 2014-09-13 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://agajewski.com |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |