Weather App

The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.

Cos'è Weather App?

Weather App è un'estensione di Chrome sviluppata da https://arunayyappath.me, e la sua funzione principale è "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Weather App

Scarica i file di estensione Weather App 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's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates                    

Informazioni di Base sull'Estensione

Nome Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
URL Ufficiale https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
Descrizione The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Dimensione del File 379 KB
Conteggio Installazioni 264
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-08-21
Data di Pubblicazione 2019-08-21
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore https://arunayyappath.me
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://arunayyappath.me/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Weather",
    "manifest_version": 2,
    "name": "Weather App",
    "version": "1.0.1",
    "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ]
}