Puckflow Hockey Headlines
Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!
Puckflow Hockey Headlines là gì?
Puckflow Hockey Headlines là một tiện ích mở rộng Chrome được phát triển bởi http://agajewski.com, và tính năng chính của nó là "Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Puckflow Hockey Headlines
Tải xuống các tệp mở rộng Puckflow Hockey Headlines dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nnolaghaaoclgdpkekafomlkhgnpfajf |
URL Chính Thức | https://chrome.google.com/webstore/detail/puckflow-hockey-headlines/nnolaghaaoclgdpkekafomlkhgnpfajf |
Mô tả | Don't fall behind on your hockey news. Keep up with the latest headlines with Puckflow Hockey Headlines! |
Kích Thước Tệp | 68.47 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2014-09-13 |
Ngày Phát Hành | 2014-09-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://agajewski.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |