Weather App
The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Что такое Weather App?
Weather App - это расширение Chrome, разработанное https://arunayyappath.me, и его основная функция - "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".
Снимки экрана расширения
Скачать файл CRX расширения Weather App
Скачайте файлы расширений Weather App в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates
Основная информация о расширении
Название | Weather App |
ID | npaebkdojgajejbpgegfgkdgfkokmepi |
Официальный URL | https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi |
Описание | The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations. |
Размер файла | 379 KB |
Количество установок | 264 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2019-08-21 |
Дата публикации | 2019-08-21 |
Рейтинг | 3.80/5 Всего 5 оценок |
Разработчик | https://arunayyappath.me |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://arunayyappath.me/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Weather", "manifest_version": 2, "name": "Weather App", "version": "1.0.1", "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "geolocation" ] } |