Weather App

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

Wat is Weather App?

Weather App is een Chrome-extensie ontwikkeld door https://arunayyappath.me, en de belangrijkste functie is "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Weather App

Download Weather App-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
Officiële URL https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
Beschrijving The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Bestandsgrootte 379 KB
Aantal Installaties 264
Huidige Versie 1.0.1
Laatst Bijgewerkt 2019-08-21
Publicatiedatum 2019-08-21
Beoordeling 3.80/5 Totaal 5 Beoordelingen
Ontwikkelaar https://arunayyappath.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://arunayyappath.me/
Ondersteunde Talen 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"
    ]
}