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文件

下載Weather Forecast擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}