What's The Weather Extension

Check weather report and forecast in your browser new tab. Play around with weather specific custom background in your new tab.

What's The Weather Extension란 무엇입니까?

What's The Weather Extension은(는) http://theweather-extension.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check weather report and forecast in your browser new tab. Play around with weather specific custom background in your new tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

What's The Weather Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        What's the Weather gives you an easy way for getting current & weather of different locations and garnishes your Chrome Browser new tab default looks to an attractive New tab.

This is a free add-on for Chrome Browser where the primary target is getting today's weather & weekly weather according to your  location easily and quickly. Also, set a background from our selective Weather images gallery powered by Unsplash in your Chrome Browser default new tab. We are actually changing your Chrome browser default new tab page.

Also as an added feature :
1) Convert temperature units
2) Enter your Location
3) Set current Weather-wise Background
4) Search your desired information, image, video and others through Bing search.

By clicking "Add to Chrome", I accept and agree to install "What's the Weather" and setting Chrome™ New Tab to that provided by the Microsoft Bing search service and the Privacy (https://vobis.tv/privacy-policy/) and Terms of Use (https://vobis.tv/privacy-policy/).                    

확장 프로그램 기본 정보

이름 What's The Weather Extension What's The Weather Extension
ID amnflodcllnlhjnfahgpablojaehcpia
공식 URL https://chrome.google.com/webstore/detail/whats-the-weather-extensi/amnflodcllnlhjnfahgpablojaehcpia
설명 Check weather report and forecast in your browser new tab. Play around with weather specific custom background in your new tab.
파일 크기 968 KB
설치 횟수 114,014
현재 버전 1.0.1
최근 업데이트 2023-09-13
출시 날짜 2021-09-24
평점 1.00/5 총 5 개의 평점
개발자 http://theweather-extension.com
이메일 [email protected]
확장 프로그램 웹 사이트 https://theweather-extension.com
도움말 페이지 URL https://theweather-extension.com
개인정보 보호 정책 페이지 URL https://vobis.tv/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "What's The Weather Extension",
    "short_name": "What's The Weather",
    "description": "Check weather report and forecast in your browser new tab. Play around with weather specific custom background in your new tab.",
    "homepage_url": "https:\/\/theweather-extension.com",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.theweather-extension.com\/my-weather\/"
    ],
    "version": "1.0.1",
    "action": {
        "default_icon": {
            "16": "public\/images\/bd-16.png",
            "32": "public\/images\/bd-32.png",
            "48": "public\/images\/bd-48.png",
            "128": "public\/images\/bd-128.png"
        }
    },
    "icons": {
        "16": "public\/images\/bd-16.png",
        "32": "public\/images\/bd-32.png",
        "48": "public\/images\/bd-48.png",
        "128": "public\/images\/bd-128.png"
    },
    "chrome_url_overrides": {
        "newtab": "landing.html"
    }
}