Simple Weather Report
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.
Что такое Simple Weather Report?
Simple Weather Report - это расширение Chrome, разработанное https://romanoff.io, и его основная функция - "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.".
Снимки экрана расширения
Скачать файл CRX расширения Simple Weather Report
Скачайте файлы расширений Simple Weather Report в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. User able to set location and temperature unit Fahrenheit (°F) or Celsius (°C) Основная информация о расширении
| Название | |
| ID | khbkgchpkbiecdafoacnkbdomjfgekdo |
| Официальный URL | https://chromewebstore.google.com/detail/simple-weather-report/khbkgchpkbiecdafoacnkbdomjfgekdo |
| Описание | Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more. |
| Размер файла | 824 KB |
| Количество установок | 380 |
| Текущая Версия | 1.0.2 |
| Последнее Обновление | 2020-08-25 |
| Дата публикации | 2020-08-16 |
| Рейтинг | 4.00/5 Всего 3 оценок |
| Разработчик | https://romanoff.io |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"name": "Simple Weather Report",
"version": "1.0.2",
"manifest_version": 2,
"description": "Simple Weather Extension. Allows users to get current weather reports: temperature, wind, humidity, pressure, visibility, and more.",
"author": "Michael Romanoff, [email protected]",
"homepage_url": "https:\/\/romanoff.io",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"src\/bg\/background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Simple Weather Report",
"default_popup": "src\/dist\/index.html"
},
"content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
} | |