The Weather
Look at THE WEATHER: easy, quick and concise
The Weather란 무엇입니까?
The Weather은(는) http://www.kissappsl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Look at THE WEATHER: easy, quick and concise"입니다.
확장 프로그램 스크린샷
The Weather 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The best extension to know the Weather in Chrome! Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature. Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days. The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information. What are you waiting for to download this fantastic extension? Download it now!
확장 프로그램 기본 정보
이름 | |
ID | cbkiddbpoaccgodaldbmckkelkhohioa |
공식 URL | https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa |
설명 | Look at THE WEATHER: easy, quick and concise |
파일 크기 | 162 KB |
설치 횟수 | 42 |
현재 버전 | 1.01 |
최근 업데이트 | 2021-02-10 |
출시 날짜 | 2020-12-26 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | http://www.kissappsl.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | http://kissappsl.com/app/the-weather-extension/ |
도움말 페이지 URL | http://kissappsl.com |
개인정보 보호 정책 페이지 URL | http://kissappsl.com/pages/privacy-policy |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.01", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |