Weather (forecast)

Best weather forecast extension for Chrome, simple and beautiful.

Что такое Weather (forecast)?

Weather (forecast) - это расширение Chrome, разработанное weart, и его основная функция - "Best weather forecast extension for Chrome, simple and beautiful.".

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

screenshot

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

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

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

                        Weather Forecast is simple just like Chrome. 

This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia...

Powerful forecast features:
- 5 days forecast with 3 hours updates
- So main details (humidity, pressure, min-max temperature)
- Clean, Simple, Beautiful Design
- No setup needed.
- Support Fahrenheit, Celsius too.
- Uses the most professional Weather api for forecasts                    

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

Название Weather (forecast) Weather (forecast)
ID nelgjakhbejcbdngpdljiffopgacbank
Официальный URL https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank
Описание Best weather forecast extension for Chrome, simple and beautiful.
Размер файла 377 KB
Количество установок 1,000
Текущая Версия 1.1.0
Последнее Обновление 2019-06-07
Дата публикации 2019-06-07
Рейтинг 3.70/5 Всего 10 оценок
Разработчик weart
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather (forecast)",
    "version": "1.1.0",
    "description": "Best weather forecast extension for Chrome, simple and beautiful.",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/api.openweathermap.org\/data\/2.5\/",
        "https:\/\/fonts.googleapis.com\/",
        "storage",
        "activeTab",
        "geolocation"
    ],
    "background": [],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "32": "assets\/img\/icon-32.png",
            "128": "assets\/img\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "128": "assets\/img\/icon-128.png"
    }
}