Weather App
The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Was ist Weather App?
Weather App ist eine Chrome-Erweiterung, die von https://arunayyappath.me entwickelt wurde, und ihr Hauptmerkmal ist "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".
Erweiterungsscreenshots
Weather App-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weather App-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates
Grundlegende Informationen zur Erweiterung
Name | Weather App |
ID | npaebkdojgajejbpgegfgkdgfkokmepi |
Offizielle URL | https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi |
Beschreibung | The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations. |
Dateigröße | 379 KB |
Installationsanzahl | 264 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2019-08-21 |
Veröffentlichungsdatum | 2019-08-21 |
Bewertung | 3.80/5 Insgesamt 5 Bewertungen |
Entwickler | https://arunayyappath.me |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://arunayyappath.me/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "short_name": "Weather", "manifest_version": 2, "name": "Weather App", "version": "1.0.1", "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "geolocation" ] } |