AirCare Lite

AirCare - Air Quality Visualized

AirCare Lite là gì?

AirCare Lite là một tiện ích mở rộng Chrome được phát triển bởi https://getaircare.com, và tính năng chính của nó là "AirCare - Air Quality Visualized".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AirCare Lite

Tải xuống các tệp mở rộng AirCare Lite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        AirCare uses open data from hundreds of air quality measuring stations to visualize the air quality around you!

Learn more on https://getaircare.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AirCare Lite AirCare Lite
ID nlfcphahhknabpdcnjaookeilbokbgdo
URL Chính Thức https://chromewebstore.google.com/detail/aircare-lite/nlfcphahhknabpdcnjaookeilbokbgdo
Mô tả AirCare - Air Quality Visualized
Kích Thước Tệp 414 KB
Số Lần Cài Đặt 349
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-01-29
Ngày Phát Hành 2020-01-29
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://getaircare.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getaircare.com
URL Trang Trợ Giúp https://getaircare.com/projects/faq/
URL Trang Chính Sách Bảo Mật http://getaircare.com/projects/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ 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
}