Simple Weather Forecast and Radar

Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.

Что такое Simple Weather Forecast and Radar?

Simple Weather Forecast and Radar - это расширение Chrome, разработанное jburnette, и его основная функция - "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.".

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

screenshot

Скачать файл CRX расширения Simple Weather Forecast and Radar

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

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

                        swfr is a quick, simple, lightweight weather extension.  It sits in your toolbar and displays the current temperature.  When clicked, it shows the current weather conditions (temperature, humidity, and wind), the 5 day forecast, and an animated radar loop of your region.                    

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

Название Simple Weather Forecast and Radar Simple Weather Forecast and Radar
ID ldcmpboldapnmhlpjkciekhpmhlnhfjp
Официальный URL https://chromewebstore.google.com/detail/simple-weather-forecast-a/ldcmpboldapnmhlpjkciekhpmhlnhfjp
Описание Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.
Размер файла 57.62 KB
Количество установок 487
Текущая Версия 1.5
Последнее Обновление 2018-08-13
Дата публикации 2018-08-13
Рейтинг 3.39/5 Всего 23 оценок
Разработчик jburnette
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Weather Forecast and Radar",
    "description": "Simple Weather Forecast and Radar shows the current conditions, forecast, and radar image.",
    "version": "1.5",
    "icons": {
        "128": "store_logo.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self' 'unsafe-eval'",
    "permissions": [
        "https:\/\/query.yahooapis.com\/",
        "https:\/\/sirocco.accuweather.com\/"
    ]
}