Hola Weather

The highly attractive and internationally approved weather extension.

Что такое Hola Weather?

Hola Weather - это расширение Chrome, разработанное 4l3x, и его основная функция - "The highly attractive and internationally approved weather extension.".

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

screenshot

Скачать файл CRX расширения Hola Weather

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

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

                        Hola Weather is made just for you!

- Auto location lookup
- View current conditions and forecast for next 10 hours
- Background color changes with temperature
- Clean and easy to read user interface

Feedback appreciated!                    

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

Название Hola Weather Hola Weather
ID foaiolffgbejnamdlehecgcfbmnkfcnf
Официальный URL https://chrome.google.com/webstore/detail/hola-weather/foaiolffgbejnamdlehecgcfbmnkfcnf
Описание The highly attractive and internationally approved weather extension.
Размер файла 243 KB
Количество установок 271
Текущая Версия 1.2
Последнее Обновление 2014-07-16
Дата публикации 2014-07-16
Рейтинг 3.93/5 Всего 14 оценок
Разработчик 4l3x
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hola Weather",
    "version": "1.2",
    "description": "The highly attractive and internationally approved weather extension.",
    "web_accessible_resources": [
        "popup.js"
    ],
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Hola Weather",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.wunderground.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "geolocation",
        ""
    ]
}