Weather App

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

Qu'est-ce que Weather App ?

Weather App est une extension Chrome développée par https://arunayyappath.me, et sa fonction principale est "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Weather App

Téléchargez les fichiers d'extension Weather App au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
URL Officiel https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
Description The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
Taille du Fichier 379 KB
Nombre d'Installations 264
Version Actuelle 1.0.1
Dernière Mise à Jour 2019-08-21
Date de Publication 2019-08-21
Évaluation 3.80/5 Total 5 Évaluations
Développeur https://arunayyappath.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://arunayyappath.me/
Langues Prises en Charge 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"
    ]
}