Weather Forecast

Weather forecast only a click away!

¿Qué es Weather Forecast?

Weather Forecast es una extensión de Chrome desarrollada por developer, y su función principal es "Weather forecast only a click away!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Weather Forecast

Descarga archivos de extensión Weather Forecast en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Weather Forecast Weather Forecast
ID lkcalalbllcjaebgbjojmnkhmehegndc
URL Oficial https://chromewebstore.google.com/detail/weather-forecast/lkcalalbllcjaebgbjojmnkhmehegndc
Descripción Weather forecast only a click away!
Tamaño del Archivo 2.16 MB
Cantidad de Instalaciones 301,866
Versión Actual 1.5
Última Actualización 2022-08-02
Fecha de Publicación 2022-06-26
Calificación 4.36/5 Total de 14 Calificaciones
Desarrollador developer
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://monadweather.com/
URL de la Página de Ayuda https://monadweather.com/contact-us/
URL de la Página de Política de Privacidad https://monadweather.com/privacy-policy
Idiomas Soportados 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"
    }
}