Weather Data
This extension alerts in case of storm or any other weather anomaly
Что такое Weather Data?
Weather Data - это расширение Chrome, разработанное Albe Rosado, и его основная функция - "This extension alerts in case of storm or any other weather anomaly".
Снимки экрана расширения
Скачать файл CRX расширения Weather Data
Скачайте файлы расширений Weather Data в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple and straightforward updates on weather change. People get busy on Reddit, playing games, coding, etc. So if you wanna get a simple alert when a storm or a tornado or on any dangerous weather change, right away, well, this extension is for you.
Основная информация о расширении
Название | |
ID | pjfcgapkmfboidpbffmdjnfodcbpnbmo |
Официальный URL | https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo |
Описание | This extension alerts in case of storm or any other weather anomaly |
Размер файла | 26.79 KB |
Количество установок | 84 |
Текущая Версия | 1.1.1 |
Последнее Обновление | 2018-11-13 |
Дата публикации | 2018-11-13 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | Albe Rosado |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Data", "description": "This extension alerts in case of storm or any other weather anomaly", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "http:\/\/api.openweathermap.org\/", "geolocation", "notifications", "background", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |