WUTemp extension
View the active temperature of a Weather Underground Station
WUTemp extension란 무엇입니까?
WUTemp extension은(는) Eryk.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View the active temperature of a Weather Underground Station"입니다.
확장 프로그램 스크린샷
WUTemp extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Chrome Extension to view the active temperature of a Weather Underground Station. Features: - Updates every 5 minutes - Click on icon to view Station page at Weather Underground - Options page to set Station ID, Celcius/Fahrenheit and refresh interval. Updated v1.1: - Change refresh interval on the Options page.
확장 프로그램 기본 정보
이름 | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
공식 URL | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
설명 | View the active temperature of a Weather Underground Station |
파일 크기 | 40.22 KB |
설치 횟수 | 1,901 |
현재 버전 | 1.1 |
최근 업데이트 | 2016-03-16 |
출시 날짜 | 2016-03-16 |
평점 | 3.46/5 총 35 개의 평점 |
개발자 | Eryk.io |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://eryk.io |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WUTemp extension", "version": "1.1", "manifest_version": 2, "description": "View the active temperature of a Weather Underground Station", "options_page": "options.html", "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "background": { "scripts": [ "jquery-2.1.3.min.js", "background.js" ] }, "permissions": [ "http:\/\/api.wunderground.com\/", "storage" ] } |