Weather Forecast

Weather forecast only a click away!

Weather Forecast क्या है?

Weather Forecast developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Weather forecast only a click away!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Weather Forecast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}