Weather Forecast

Weather forecast only a click away!

Weather Forecast란 무엇입니까?

Weather Forecast은(는) developer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Weather forecast only a click away!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Weather Forecast 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        MonadWeather contains the weather forecast for the entire world. 
You name the location, and we have it! 

By clicking "Add to chrome" you accept and agree to installing the Monad Weather Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at: https://monadweather.com/terms/ and privacy policy at: https://monadweather.com/privacy-policy/

The extension will update your new-tab with accurate weather information from the location of your choosing and will change your search engine to be powered by Bing.

Detailed meteorological data such as temperature, UV index, wind speed and direction, and humidity are always available for you! 

We don’t just collect weather data - we make sure you can travel anywhere in the world without fear of being surprised by rain, snow, or some other weather trouble!                    

확장 프로그램 기본 정보

이름 Weather Forecast Weather Forecast
ID lkcalalbllcjaebgbjojmnkhmehegndc
공식 URL https://chromewebstore.google.com/detail/weather-forecast/lkcalalbllcjaebgbjojmnkhmehegndc
설명 Weather forecast only a click away!
파일 크기 2.16 MB
설치 횟수 301,866
현재 버전 1.5
최근 업데이트 2022-08-02
출시 날짜 2022-06-26
평점 4.36/5 총 14 개의 평점
개발자 developer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://monadweather.com/
도움말 페이지 URL https://monadweather.com/contact-us/
개인정보 보호 정책 페이지 URL https://monadweather.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Forecast",
    "description": "Weather forecast only a click away!",
    "version": "1.5",
    "manifest_version": 3,
    "homepage_url": "https:\/\/monadweather.com\/",
    "background": {
        "service_worker": ".\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/page\/index.html"
    },
    "permissions": [],
    "action": {
        "default_popup": ".\/popup.html",
        "default_icon": {
            "16": ".\/images\/forecast.png",
            "32": ".\/images\/forecast.png",
            "48": ".\/images\/forecast.png",
            "128": ".\/images\/forecast.png"
        }
    },
    "icons": {
        "16": ".\/images\/forecast.png",
        "32": ".\/images\/forecast.png",
        "48": ".\/images\/forecast.png",
        "128": ".\/images\/forecast.png"
    }
}