World Weather Forecast
Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.
World Weather Forecast란 무엇입니까?
World Weather Forecast은(는) Smart Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions."입니다.
확장 프로그램 스크린샷
World Weather Forecast 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Weather forecast & current weather worldwide in Fahrenheit or Celsius. Explore world weather maps to view meteorological conditions all across the world. Automatically displays the weather forecast for your current location, or Enter city name to get forecasts for cities around the world.
확장 프로그램 기본 정보
이름 | World Weather Forecast |
ID | fnfnbeppfinmnjnjhedifcfllpcfgeea |
공식 URL | https://chromewebstore.google.com/detail/world-weather-forecast/fnfnbeppfinmnjnjhedifcfllpcfgeea |
설명 | Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions. |
파일 크기 | 34.77 KB |
설치 횟수 | 68,657 |
현재 버전 | 2.0.3.6 |
최근 업데이트 | 2023-12-05 |
출시 날짜 | 2020-02-22 |
평점 | 4.58/5 총 4261 개의 평점 |
개발자 | Smart Software |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://weather.fullstacks.net/ |
도움말 페이지 URL | https://weather.fullstacks.net/ |
개인정보 보호 정책 페이지 URL | http://iblogbox.com/chrome/tos.php |
지원되는 언어 | en |
manifest.json | |
{ "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "2.0.3.6" } |