Weathery (weather)

A clean and simple weather app.

¿Qué es Weathery (weather)?

Weathery (weather) es una extensión de Chrome desarrollada por eky, y su función principal es "A clean and simple weather app.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Weathery (weather)

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

                        Get weather updates at a glance while using Chrome. Click on the icon to access a full forecast for your location.

************************

Features:

* Icon live updates with current weather
* Current weather
* 15h forecast
* 5 day forecast
* Choose between metric or imperial units
* Search over 200 000 cities worldwide

************************

This extension is powered by the OpenWeatherMap API. For more information, visit http://openweathermap.org                    

Información Básica de la Extensión

Nombre Weathery (weather) Weathery (weather)
ID eknnpofdolaciafcnokdbgfelpmdpceb
URL Oficial https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb
Descripción A clean and simple weather app.
Tamaño del Archivo 317 KB
Cantidad de Instalaciones 818
Versión Actual 0.1.3
Última Actualización 2016-01-11
Fecha de Publicación 2016-01-10
Calificación 3.58/5 Total de 12 Calificaciones
Desarrollador eky
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weathery (weather)",
    "short_name": "Weathery",
    "description": "A clean and simple weather app.",
    "version": "0.1.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/favicons19\/02.png",
            "38": "icons\/favicons38\/02.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "dist\/updateIcon.js"
        ],
        "persistant": false
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}