Weather Data

This extension alerts in case of storm or any other weather anomaly

Qu'est-ce que Weather Data ?

Weather Data est une extension Chrome développée par Albe Rosado, et sa fonction principale est "This extension alerts in case of storm or any other weather anomaly".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Weather Data 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

                        Simple and straightforward updates on weather change. People get busy on Reddit, playing games, coding, etc. So if you wanna get a simple alert when a storm or a tornado or on any dangerous weather change, right away, well, this extension is for you.                    

Informations de Base sur l'Extension

Nom Weather Data Weather Data
ID pjfcgapkmfboidpbffmdjnfodcbpnbmo
URL Officiel https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo
Description This extension alerts in case of storm or any other weather anomaly
Taille du Fichier 26.79 KB
Nombre d'Installations 84
Version Actuelle 1.1.1
Dernière Mise à Jour 2018-11-13
Date de Publication 2018-11-13
Évaluation 5.00/5 Total 5 Évaluations
Développeur Albe Rosado
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Data",
    "description": "This extension alerts in case of storm or any other weather anomaly",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/api.openweathermap.org\/",
        "geolocation",
        "notifications",
        "background",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}