Weather App
The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Weather App란 무엇입니까?
Weather App은(는) https://arunayyappath.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations."입니다.
확장 프로그램 스크린샷
Weather App 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates
확장 프로그램 기본 정보
이름 | Weather App |
ID | npaebkdojgajejbpgegfgkdgfkokmepi |
공식 URL | https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi |
설명 | The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations. |
파일 크기 | 379 KB |
설치 횟수 | 264 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2019-08-21 |
출시 날짜 | 2019-08-21 |
평점 | 3.80/5 총 5 개의 평점 |
개발자 | https://arunayyappath.me |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://arunayyappath.me/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Weather", "manifest_version": 2, "name": "Weather App", "version": "1.0.1", "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "geolocation" ] } |