Weather forecast
Weather forecast for current city.
Cos'è Weather forecast?
Weather forecast è un'estensione di Chrome sviluppata da nikolinadeveloper, e la sua funzione principale è "Weather forecast for current city.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Weather forecast
Scarica i file di estensione Weather forecast 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
Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations. Key features: - multiple location support - current weather - 7 days forecast - global coverage For any bugs and questions please sand email to [email protected].
Informazioni di Base sull'Estensione
Nome | |
ID | kccbhbehegopfhpmnmlnhkaidfiamepb |
URL Ufficiale | https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb |
Descrizione | Weather forecast for current city. |
Dimensione del File | 29.06 KB |
Conteggio Installazioni | 981 |
Versione Corrente | 0.0.0.1 |
Ultimo Aggiornamento | 2018-02-14 |
Data di Pubblicazione | 2018-02-14 |
Valutazione | 3.83/5 Totale 12 Valutazioni |
Sviluppatore | nikolinadeveloper |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather forecast", "version": "0.0.0.1", "manifest_version": 2, "description": "Weather forecast for current city.", "background": { "scripts": [ "src\/vremenska_prognoza\/vremenska_prognoza.js" ] }, "browser_action": { "default_icon": { "38": "img\/icon38.png" }, "default_title": "Weather forecast", "default_popup": "src\/prognoza.html" }, "icons": { "38": "img\/icon38.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" } } |