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ファイルをダウンロード
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 |
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" ] } |