Weather Forecast

Weather forecast only a click away!

Weather Forecastคืออะไร?

Weather Forecast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer และคุณลักษณะหลักของมันคือ "Weather forecast only a click away!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weather Forecast

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}