60 minute forecast
Hyper local 60 minute precipitation forecast
60 minute forecast란 무엇입니까?
60 minute forecast은(는) JG Media에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hyper local 60 minute precipitation forecast"입니다.
확장 프로그램 스크린샷
60 minute forecast 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Click the icon, you are geolocated, and a local 60 minute precipitation forecast is shown. Great if you're planning a trip to the shops, a bike ride, or any outdoor activity! FEATURES: - 60 minute local precipitation forecast - Precipitation probability and intensity - Data is refreshed once an hour - All types of precipitation are forecast - from rain to snow - Ultra efficient code - won't slow your browser PLEASE NOTE: - Supported regions include USA, UK and Canada
확장 프로그램 기본 정보
이름 | 60 minute forecast |
ID | eobjmfcodejjhicdhapflilpnohcagka |
공식 URL | https://chromewebstore.google.com/detail/60-minute-forecast/eobjmfcodejjhicdhapflilpnohcagka |
설명 | Hyper local 60 minute precipitation forecast |
파일 크기 | 83.44 KB |
설치 횟수 | 15 |
현재 버전 | 0.0.2.0 |
최근 업데이트 | 2016-01-08 |
출시 날짜 | 2016-01-08 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | JG Media |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "60 minute forecast", "description": "Hyper local 60 minute precipitation forecast", "version": "0.0.2.0", "background": { "scripts": [ "background.min.js" ] }, "manifest_version": 2, "options_page": "options.html", "icons": { "128": "icon128manifest.png", "48": "icon48manifest.png", "32": "icon32manifest.png", "16": "icon16manifest.png" }, "permissions": [ "storage", "unlimitedStorage", "geolocation", "alarms" ], "browser_action": { "default_icon": "icon32manifest.png", "default_popup": "popup.html", "default_title": "Rain?" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/api.forecast.io; object-src 'self'" } |