World Weather Forecast
Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.
Cos'è World Weather Forecast?
World Weather Forecast è un'estensione di Chrome sviluppata da Smart Software, e la sua funzione principale è "Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione World Weather Forecast
Scarica i file di estensione World 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 & current weather worldwide in Fahrenheit or Celsius. Explore world weather maps to view meteorological conditions all across the world. Automatically displays the weather forecast for your current location, or Enter city name to get forecasts for cities around the world.
Informazioni di Base sull'Estensione
Nome | World Weather Forecast |
ID | fnfnbeppfinmnjnjhedifcfllpcfgeea |
URL Ufficiale | https://chromewebstore.google.com/detail/world-weather-forecast/fnfnbeppfinmnjnjhedifcfllpcfgeea |
Descrizione | Worldwide, US, Europe.. Weather forecast, current weather in Fahrenheit or Celsius. Weather map to view meteorological conditions. |
Dimensione del File | 34.77 KB |
Conteggio Installazioni | 68,657 |
Versione Corrente | 2.0.3.6 |
Ultimo Aggiornamento | 2023-12-05 |
Data di Pubblicazione | 2020-02-22 |
Valutazione | 4.58/5 Totale 4261 Valutazioni |
Sviluppatore | Smart Software |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://weather.fullstacks.net/ |
URL della Pagina di Aiuto | https://weather.fullstacks.net/ |
URL della Pagina della Politica sulla Privacy | http://iblogbox.com/chrome/tos.php |
Lingue Supportate | en |
manifest.json | |
{ "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "2.0.3.6" } |