Puckflow Hockey Headlines
Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
O que é Puckflow Hockey Headlines?
Puckflow Hockey Headlines é uma extensão do Chrome desenvolvida por http://agajewski.com, e sua principal característica é "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Puckflow Hockey Headlines
Baixe arquivos de extensão Puckflow Hockey Headlines no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | nnolaghaaoclgdpkekafomlkhgnpfajf |
URL Oficial | https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf |
Descrição | Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines! |
Tamanho do Arquivo | 68.47 KB |
Contagem de Instalações | 11 |
Versão Atual | 1.1 |
Última Atualização | 2014-09-13 |
Data de Publicação | 2014-09-13 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | http://agajewski.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |