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!」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
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" } } |