Get Weather Now
Weather extension
Get Weather Now란 무엇입니까?
Get Weather Now은(는) Calc Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Weather extension"입니다.
확장 프로그램 스크린샷
Get Weather Now 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Brings the weather updates you care about to your address bar. Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.
확장 프로그램 기본 정보
이름 | Get Weather Now |
ID | mdijeoiljombmbamjamjlcaopdckdnci |
공식 URL | https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci |
설명 | Weather extension |
파일 크기 | 6.83 MB |
설치 횟수 | 864 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2022-11-14 |
출시 날짜 | 2022-07-22 |
평점 | 2.27/5 총 15 개의 평점 |
개발자 | Calc Team |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "0.0.4", "description": "__MSG_extensionDescription__", "background": { "service_worker": "background.js" }, "default_locale": "en", "action": { "default_popup": "popup.html" }, "icons": { "128": "assets\/img\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/tiles.aqicn.org\/" ] } |