Weathery (weather)

A clean and simple weather app.

Qu'est-ce que Weathery (weather) ?

Weathery (weather) est une extension Chrome développée par eky, et sa fonction principale est "A clean and simple weather app.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Weathery (weather)

Téléchargez les fichiers d'extension Weathery (weather) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Weathery (weather) Weathery (weather)
ID eknnpofdolaciafcnokdbgfelpmdpceb
URL Officiel https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb
Description A clean and simple weather app.
Taille du Fichier 317 KB
Nombre d'Installations 818
Version Actuelle 0.1.3
Dernière Mise à Jour 2016-01-11
Date de Publication 2016-01-10
Évaluation 3.58/5 Total 12 Évaluations
Développeur eky
Type de Paiement free
Langues Prises en Charge 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"
    ]
}