Weather (forecast)

Best weather forecast extension for Chrome, simple and beautiful.

Cos'è Weather (forecast)?

Weather (forecast) è un'estensione di Chrome sviluppata da weart, e la sua funzione principale è "Best weather forecast extension for Chrome, simple and beautiful.".

Screenshot dell'Estensione

screenshot

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 is simple just like Chrome. 

This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia...

Powerful forecast features:
- 5 days forecast with 3 hours updates
- So main details (humidity, pressure, min-max temperature)
- Clean, Simple, Beautiful Design
- No setup needed.
- Support Fahrenheit, Celsius too.
- Uses the most professional Weather api for forecasts                    

Informazioni di Base sull'Estensione

Nome Weather (forecast) Weather (forecast)
ID nelgjakhbejcbdngpdljiffopgacbank
URL Ufficiale https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank
Descrizione Best weather forecast extension for Chrome, simple and beautiful.
Dimensione del File 377 KB
Conteggio Installazioni 1,000
Versione Corrente 1.1.0
Ultimo Aggiornamento 2019-06-07
Data di Pubblicazione 2019-06-07
Valutazione 3.70/5 Totale 10 Valutazioni
Sviluppatore weart
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather (forecast)",
    "version": "1.1.0",
    "description": "Best weather forecast extension for Chrome, simple and beautiful.",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/api.openweathermap.org\/data\/2.5\/",
        "https:\/\/fonts.googleapis.com\/",
        "storage",
        "activeTab",
        "geolocation"
    ],
    "background": [],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "32": "assets\/img\/icon-32.png",
            "128": "assets\/img\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "128": "assets\/img\/icon-128.png"
    }
}