Weathery (weather)

A clean and simple weather app.

Что такое Weathery (weather)?

Weathery (weather) - это расширение Chrome, разработанное eky, и его основная функция - "A clean and simple weather app.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Weathery (weather)

Скачайте файлы расширений Weathery (weather) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Weathery (weather) Weathery (weather)
ID eknnpofdolaciafcnokdbgfelpmdpceb
Официальный URL https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb
Описание A clean and simple weather app.
Размер файла 317 KB
Количество установок 818
Текущая Версия 0.1.3
Последнее Обновление 2016-01-11
Дата публикации 2016-01-10
Рейтинг 3.58/5 Всего 12 оценок
Разработчик eky
Тип оплаты free
Поддерживаемые языки 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"
    ]
}