Quick Weather
Quick weather report based on your location
Was ist Quick Weather?
Quick Weather ist eine Chrome-Erweiterung, die von Vlad Nicoara entwickelt wurde, und ihr Hauptmerkmal ist "Quick weather report based on your location".
Erweiterungsscreenshots
Quick Weather-Erweiterungs-CRX-Datei herunterladen
Laden Sie Quick Weather-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 gives you a quick weather report based on your browser location. Current temperature and conditions, the 'real feel' index, high and low temperature of the day, a sum up of the next few days plus other astronomic info are all available at the touch of a button. You can quickly switch between the metric and imperial system by clicking on the main temperature display. Even more, the choice made will be saved and synced to all Chrome browsers the user is logged into.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
Offizielle URL | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
Beschreibung | Quick weather report based on your location |
Dateigröße | 91.42 KB |
Installationsanzahl | 205 |
Aktuelle Version | 0.1.2 |
Letztes Update | 2015-02-25 |
Veröffentlichungsdatum | 2015-02-25 |
Bewertung | 2.50/5 Insgesamt 2 Bewertungen |
Entwickler | Vlad Nicoara |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Quick Weather", "manifest_version": 2, "description": "Quick weather report based on your location", "version": "0.1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/api.openweathermap.org\/", "storage", "geolocation" ] } |