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是由http://agajewski.com開發的Chrome擴展程式,該擴展的主要功能是“Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!”。

擴展截圖

screenshot

下載Puckflow Hockey Headlines擴展crx文件

下載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!                    

擴展基本資訊

名稱 Puckflow Hockey Headlines Puckflow Hockey Headlines
ID nnolaghaaoclgdpkekafomlkhgnpfajf
官方網址 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"
    }
}