AirCare Lite
AirCare - Air Quality Visualized
什么是AirCare Lite?
AirCare Lite是由https://getaircare.com开发的Chrome扩展程序,该扩展的主要功能是“AirCare - Air Quality Visualized”。
扩展截图
下载AirCare Lite扩展crx文件
下载AirCare Lite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
AirCare uses open data from hundreds of air quality measuring stations to visualize the air quality around you!
Learn more on https://getaircare.com 扩展基本信息
| 名称 | |
| ID | nlfcphahhknabpdcnjaookeilbokbgdo |
| 官方URL | https://chromewebstore.google.com/detail/aircare-lite/nlfcphahhknabpdcnjaookeilbokbgdo |
| 简介 | AirCare - Air Quality Visualized |
| 文件大小 | 414 KB |
| 安装次数 | 349 |
| 当前版本 | 1.4 |
| 更新时间 | 2020-01-29 |
| 上架时间 | 2020-01-29 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | https://getaircare.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://getaircare.com |
| 帮助页面URL | https://getaircare.com/projects/faq/ |
| 隐私政策页面URL | http://getaircare.com/projects/privacypolicy.html |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AirCare Lite",
"version": "1.4",
"description": "AirCare - Air Quality Visualized",
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
}
},
"icons": {
"16": "images\/logo16.png",
"32": "images\/logo32.png",
"48": "images\/logo48.png",
"128": "images\/logo128.png"
},
"manifest_version": 2
} | |