World Weather

5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…

World Weather란 무엇입니까?

World Weather은(는) https://oplao.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed forecast, 3 day forecast, fast locations change button (up to 7 locations).

Oplao.com website is no more served. App is now weather-outlook.com

Extension features:
-status bar current condition icon
-accurate forecast
-local and worldwide weather forecast
-detailed forecast
-multi location forecast
-native language location search
-c-f,m/s-mph,Hpa-torr preferences.
-en-ru version
- 7 day forecast, hourly forecast, 3d forecast links

Oplao.com website is no more served. App is now weather-outlook.com
Professional Weather Forecast provided by Worldweatheronline.com                    

확장 프로그램 기본 정보

이름 World Weather World Weather
ID jbjeihiakbjchgaehgcilindlghfffnb
공식 URL https://chromewebstore.google.com/detail/world-weather/jbjeihiakbjchgaehgcilindlghfffnb
설명 5 star rated extension. Easy to use. World weather plugin for Google Chrome contains status bar icon, current weather, detailed…
파일 크기 1.02 MB
설치 횟수 7,529
현재 버전 2
최근 업데이트 2021-07-22
출시 날짜 2019-03-08
평점 4.47/5 총 592 개의 평점
개발자 https://oplao.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://worldweatheronline.com
도움말 페이지 URL https://www.worldweatheronline.com/contact.aspx
개인정보 보호 정책 페이지 URL https://www.worldweatheronline.com/privacy-policy.aspx
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Weather",
    "version": "2",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "logo.png",
        "default_title": "WorldWeatherOnline"
    },
    "content_security_policy": "script-src 'self' 'sha256-CMyYic0d7L0Q9AwjGU0n6buHFRR6bU3TOAe0P7DEJrk='; object-src 'self'"
}