Air Quality

Air Quality is a real time Air Quality Index monitor. It gives you access to real time Air Quality data in an instant.

Что такое Air Quality?

Air Quality - это расширение Chrome, разработанное intelliQDevelopment, и его основная функция - "Air Quality is a real time Air Quality Index monitor. It gives you access to real time Air Quality data in an instant.".

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

screenshot

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

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

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

                        Air Quality is becoming an ongoing issue as climate change becomes a sad reality. Receive real time air quality data. This is a must if you are going out for a walk, jog, or any outdoor activity. Monitor the air quality in your location and receive precautions depending on the quality level.

Updates:
 * You can now search from cities in over 60 countries in the world!

Future updates:
 * Allow users to have more than 1 city in the dashboard
 * Save the city without reloading location when opening extension.                    

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

Название Air Quality Air Quality
ID popmgmjcplakflpgbbnjnenojgbbejap
Официальный URL https://chromewebstore.google.com/detail/air-quality/popmgmjcplakflpgbbnjnenojgbbejap
Описание Air Quality is a real time Air Quality Index monitor. It gives you access to real time Air Quality data in an instant.
Размер файла 147 KB
Количество установок 208
Текущая Версия 2.25
Последнее Обновление 2019-02-22
Дата публикации 2019-02-22
Рейтинг 3.50/5 Всего 2 оценок
Разработчик intelliQDevelopment
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Air Quality",
    "short_name": "Air Quality",
    "description": "Air Quality is a real time Air Quality Index monitor. It gives you access to real time Air Quality data in an instant.",
    "version": "2.25",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "permissions": [
        "geolocation"
    ]
}