Weather Alerts

Real time Weather alerts

Что такое Weather Alerts?

Weather Alerts - это расширение Chrome, разработанное yaadsuiss, и его основная функция - "Real time Weather alerts".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Real time weather alerts
Don't miss any life threatening alerts provided by official weather agencies and governments.

Descriptive alerts for your location in realtime!!! 

Alerts of the following types:
* Storm Surge Warning
* Hurricane Warning
* Tropical Storm Warning
* Flood Warning
* Heavy Freezing Spray Warning
* Wind Advisory
* Air Quality Alert
* Fire Weather Watch
* Special Weather Statement
And more...


Version 1.5.2:
--------------
Includes alerts history
Ability to get alerts for any location!                    

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

Название Weather Alerts Weather Alerts
ID cemfabppafklflegjeejibjehifhogkl
Официальный URL https://chromewebstore.google.com/detail/weather-alerts/cemfabppafklflegjeejibjehifhogkl
Описание Real time Weather alerts
Размер файла 70.32 KB
Количество установок 78
Текущая Версия 1.5.2
Последнее Обновление 2020-10-10
Дата публикации 2020-10-10
Разработчик yaadsuiss
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Alerts",
    "description": "Real time Weather alerts",
    "version": "1.5.2",
    "permissions": [
        "geolocation",
        "storage",
        "notifications",
        "alarms"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon.png"
        },
        "default_title": "No Alerts",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.openweathermap.org https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}