Puckflow Hockey Headlines
Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Что такое Puckflow Hockey Headlines?
Puckflow Hockey Headlines - это расширение Chrome, разработанное http://agajewski.com, и его основная функция - "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".
Снимки экрана расширения
Скачать файл CRX расширения Puckflow Hockey Headlines
Скачайте файлы расширений Puckflow Hockey Headlines в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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!
Основная информация о расширении
Название | |
ID | nnolaghaaoclgdpkekafomlkhgnpfajf |
Официальный URL | https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf |
Описание | Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines! |
Размер файла | 68.47 KB |
Количество установок | 11 |
Текущая Версия | 1.1 |
Последнее Обновление | 2014-09-13 |
Дата публикации | 2014-09-13 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | http://agajewski.com |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |