Quick Weather
Quick weather report based on your location
Cos'è Quick Weather?
Quick Weather è un'estensione di Chrome sviluppata da Vlad Nicoara, e la sua funzione principale è "Quick weather report based on your location".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Quick Weather
Scarica i file di estensione Quick Weather in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | bpgapaikjgcbjahoghdbnecndpllfchk |
URL Ufficiale | https://chrome.google.com/webstore/detail/quick-weather/bpgapaikjgcbjahoghdbnecndpllfchk |
Descrizione | Quick weather report based on your location |
Dimensione del File | 91.42 KB |
Conteggio Installazioni | 205 |
Versione Corrente | 0.1.2 |
Ultimo Aggiornamento | 2015-02-25 |
Data di Pubblicazione | 2015-02-25 |
Valutazione | 2.50/5 Totale 2 Valutazioni |
Sviluppatore | Vlad Nicoara |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |