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!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Puckflow Hockey Headlines

قم بتنزيل ملفات الامتداد Puckflow Hockey Headlines بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Puckflow Hockey Headlines Puckflow Hockey Headlines
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"
    }
}