The Weather

Look at THE WEATHER: easy, quick and concise

¿Qué es The Weather?

The Weather es una extensión de Chrome desarrollada por http://www.kissappsl.com, y su función principal es "Look at THE WEATHER: easy, quick and concise".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión The Weather

Descarga archivos de extensión 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

                        The best extension to know the Weather in Chrome!
Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature.

Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days.

The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information.

What are you waiting for to download this fantastic extension? Download it now!                    

Información Básica de la Extensión

Nombre The Weather The Weather
ID cbkiddbpoaccgodaldbmckkelkhohioa
URL Oficial https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa
Descripción Look at THE WEATHER: easy, quick and concise
Tamaño del Archivo 162 KB
Cantidad de Instalaciones 42
Versión Actual 1.01
Última Actualización 2021-02-10
Fecha de Publicación 2020-12-26
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador http://www.kissappsl.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión http://kissappsl.com/app/the-weather-extension/
URL de la Página de Ayuda http://kissappsl.com
URL de la Página de Política de Privacidad http://kissappsl.com/pages/privacy-policy
Idiomas Soportados en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "version": "1.01",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/helper.js",
                "js\/myscript.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ]
}