AirCare Lite

AirCare - Air Quality Visualized

AirCare Lite란 무엇입니까?

AirCare Lite은(는) https://getaircare.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AirCare - Air Quality Visualized"입니다.

확장 프로그램 스크린샷

screenshot

AirCare Lite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
}