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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |