AirCare Lite
AirCare - Air Quality Visualized
Hvad er AirCare Lite?
AirCare Lite er en Chrome-udvidelse udviklet af https://getaircare.com, og dens hovedfunktion er "AirCare - Air Quality Visualized".
Udvidelsesskærmbilleder
Download AirCare Lite-udvidelses-CRX-fil
Download AirCare Lite-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
AirCare uses open data from hundreds of air quality measuring stations to visualize the air quality around you! Learn more on https://getaircare.com
Grundlæggende oplysninger om udvidelsen
Navn | AirCare Lite |
ID | nlfcphahhknabpdcnjaookeilbokbgdo |
Officiel URL | https://chromewebstore.google.com/detail/aircare-lite/nlfcphahhknabpdcnjaookeilbokbgdo |
Beskrivelse | AirCare - Air Quality Visualized |
Filstørrelse | 414 KB |
Antal Installationer | 349 |
Nuværende Version | 1.4 |
Senest Opdateret | 2020-01-29 |
Udgivelsesdato | 2020-01-29 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | https://getaircare.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://getaircare.com |
Hjælpeside-URL | https://getaircare.com/projects/faq/ |
URL til Fortrolighedspolitik Side | http://getaircare.com/projects/privacypolicy.html |
Understøttede Sprog | 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 } |