AirCare Lite
AirCare - Air Quality Visualized
AirCare Liteคืออะไร?
AirCare Lite เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getaircare.com และคุณลักษณะหลักของมันคือ "AirCare - Air Quality Visualized"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AirCare Lite
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AirCare Lite |
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 } |