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.
What is Air Quality?
Air Quality is a Chrome extension developed by intelliQDevelopment, and its main feature is "Air Quality is a real time Air Quality Index monitor. It gives you access to real time Air Quality data in an instant.".
Extension Screenshots
Download Air Quality Extension CRX File
Download Air Quality extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Air Quality |
ID | popmgmjcplakflpgbbnjnenojgbbejap |
Official URL | https://chromewebstore.google.com/detail/air-quality/popmgmjcplakflpgbbnjnenojgbbejap |
Description | Air Quality is a real time Air Quality Index monitor. It gives you access to real time Air Quality data in an instant. |
File Size | 147 KB |
Installation Count | 208 |
Current Version | 2.25 |
Last Updated | 2019-02-22 |
Publish Date | 2019-02-22 |
Rating | 3.50/5 Total 2 Ratings |
Developer | intelliQDevelopment |
Payment Type | free |
Supported Languages | 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" ] } |