Puckflow Hockey Headlines
Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Apa itu Puckflow Hockey Headlines?
Puckflow Hockey Headlines adalah ekstensi Chrome yang dikembangkan oleh http://agajewski.com, dan fitur utamanya adalah "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Puckflow Hockey Headlines
Unduh file ekstensi Puckflow Hockey Headlines dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | nnolaghaaoclgdpkekafomlkhgnpfajf |
URL Resmi | https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf |
Deskripsi | Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines! |
Ukuran File | 68.47 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2014-09-13 |
Tanggal Publikasi | 2014-09-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | http://agajewski.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |