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是由intelliQDevelopment开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
]
} | |