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 |
| 官方網址 | 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"
]
} | |