Puckflow Hockey Headlines
Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Co to jest Puckflow Hockey Headlines?
Puckflow Hockey Headlines to rozszerzenie Chrome opracowane przez http://agajewski.com, a jego główną funkcją jest „Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Puckflow Hockey Headlines
Pobierz pliki rozszerzeń Puckflow Hockey Headlines w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nnolaghaaoclgdpkekafomlkhgnpfajf |
Oficjalny URL | https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf |
Opis | Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines! |
Rozmiar pliku | 68.47 KB |
Liczba instalacji | 11 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2014-09-13 |
Data Publikacji | 2014-09-13 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | http://agajewski.com |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |