Quick Weather
Quick weather report based on your location
Hvad er Quick Weather?
Quick Weather er en Chrome-udvidelse udviklet af Vlad Nicoara, og dens hovedfunktion er "Quick weather report based on your location".
Udvidelsesskærmbilleder
Download Quick Weather-udvidelses-CRX-fil
Download Quick Weather-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
Officiel URL | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
Beskrivelse | Quick weather report based on your location |
Filstørrelse | 91.42 KB |
Antal Installationer | 205 |
Nuværende Version | 0.1.2 |
Senest Opdateret | 2015-02-25 |
Udgivelsesdato | 2015-02-25 |
Bedømmelse | 2.50/5 Samlet 2 Bedømmelser |
Udvikler | Vlad Nicoara |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |