Weather App

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

Hvad er Weather App?

Weather App er en Chrome-udvidelse udviklet af https://arunayyappath.me, og dens hovedfunktion er "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".

Udvidelsesskærmbilleder

screenshot

Download Weather App-udvidelses-CRX-fil

Download Weather App-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
Officiel URL https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
Beskrivelse The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Filstørrelse 379 KB
Antal Installationer 264
Nuværende Version 1.0.1
Senest Opdateret 2019-08-21
Udgivelsesdato 2019-08-21
Bedømmelse 3.80/5 Samlet 5 Bedømmelser
Udvikler https://arunayyappath.me
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://arunayyappath.me/
Understøttede Sprog 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"
    ]
}