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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย intelliQDevelopment และคุณลักษณะหลักของมันคือ "Air Quality is a real time Air Quality Index monitor. It gives you access to real time Air Quality data in an instant."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Air Quality

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Air Quality Air Quality
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"
    ]
}