Weather App

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

Co je Weather App?

Weather App je rozšíření Chrome vyvinuté https://arunayyappath.me, a jeho hlavní funkcí je „The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Weather App

Stáhněte si soubory rozšíření Weather App ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
Oficiální URL https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
Popis The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Velikost souboru 379 KB
Počet instalací 264
Aktuální Verze 1.0.1
Poslední Aktualizace 2019-08-21
Datum Vydání 2019-08-21
Hodnocení 3.80/5 Celkem 5 Hodnocení
Vývojář https://arunayyappath.me
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://arunayyappath.me/
Podporované Jazyky 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"
    ]
}