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ファイルをダウンロード

What's The Weather Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}