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.

Was ist Air Quality?

Air Quality ist eine Chrome-Erweiterung, die von intelliQDevelopment entwickelt wurde, und ihr Hauptmerkmal ist "Air Quality is a real time Air Quality Index monitor. It gives you access to real time Air Quality data in an instant.".

Erweiterungsscreenshots

screenshot

Air Quality-Erweiterungs-CRX-Datei herunterladen

Laden Sie Air Quality-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Air Quality Air Quality
ID popmgmjcplakflpgbbnjnenojgbbejap
Offizielle URL https://chromewebstore.google.com/detail/air-quality/popmgmjcplakflpgbbnjnenojgbbejap
Beschreibung Air Quality is a real time Air Quality Index monitor. It gives you access to real time Air Quality data in an instant.
Dateigröße 147 KB
Installationsanzahl 208
Aktuelle Version 2.25
Letztes Update 2019-02-22
Veröffentlichungsdatum 2019-02-22
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler intelliQDevelopment
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}