Weather forecast

Weather forecast for current city.

¿Qué es Weather forecast?

Weather forecast es una extensión de Chrome desarrollada por nikolinadeveloper, y su función principal es "Weather forecast for current city.".

Capturas de Pantalla de la Extensión

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

                        Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations.

Key features:
- multiple location support
- current weather
- 7 days forecast
- global coverage

For any bugs and questions please sand email to [email protected].                    

Información Básica de la Extensión

Nombre Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
URL Oficial https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
Descripción Weather forecast for current city.
Tamaño del Archivo 29.06 KB
Cantidad de Instalaciones 981
Versión Actual 0.0.0.1
Última Actualización 2018-02-14
Fecha de Publicación 2018-02-14
Calificación 3.83/5 Total de 12 Calificaciones
Desarrollador nikolinadeveloper
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather forecast",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Weather forecast for current city.",
    "background": {
        "scripts": [
            "src\/vremenska_prognoza\/vremenska_prognoza.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather forecast",
        "default_popup": "src\/prognoza.html"
    },
    "icons": {
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    }
}