What's The Weather

This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.

¿Qué es What's The Weather?

What's The Weather es una extensión de Chrome desarrollada por http://what-is-the-weather.com, y su función principal es "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión What's The Weather

Descarga archivos de extensión What's The Weather 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

                        For more details: 
https://what-is-the-weather.com/pages/terms-of-use.html
https://what-is-the-weather.com/pages/privacy-policy.html

Get the best weather updates around you by using
our weather extension!

By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.                    

Información Básica de la Extensión

Nombre What's The Weather What's The Weather
ID afpmlonliogogjikgipmocefhgjjojdc
URL Oficial https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc
Descripción This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Tamaño del Archivo 93.3 KB
Cantidad de Instalaciones 65,028
Versión Actual 1.2
Última Actualización 2022-06-10
Fecha de Publicación 2022-05-05
Calificación 3.00/5 Total de 2 Calificaciones
Desarrollador http://what-is-the-weather.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://what-is-the-weather.com/
URL de la Página de Ayuda https://what-is-the-weather.com/pages/contact.html
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "What's The Weather"
    },
    "description": "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "What's The Weather",
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.what-is-the-weather.com\/*"
    ]
}