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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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!
확장 프로그램 기본 정보
이름 | |
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" } } |