Simple Weather Forecast and Radar
Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Simple Weather Forecast and Radar란 무엇입니까?
Simple Weather Forecast and Radar은(는) jburnette에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image."입니다.
확장 프로그램 스크린샷
Simple Weather Forecast and Radar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
swfr is a quick, simple, lightweight weather extension. It sits in your toolbar and displays the current temperature. When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.
확장 프로그램 기본 정보
이름 | Simple Weather Forecast and Radar |
ID | ldcmpboldapnmhlpjkciekhpmhlnhfjp |
공식 URL | https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp |
설명 | Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image. |
파일 크기 | 57.62 KB |
설치 횟수 | 487 |
현재 버전 | 1.5 |
최근 업데이트 | 2018-08-13 |
출시 날짜 | 2018-08-13 |
평점 | 3.39/5 총 23 개의 평점 |
개발자 | jburnette |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Weather Forecast and Radar", "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.", "version": "1.5", "icons": { "128": "store_logo.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'", "permissions": [ "https:\/\/query.yahooapis.com\/", "https:\/\/sirocco.accuweather.com\/" ] } |