Weather Data

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

Cos'è Weather Data?

Weather Data è un'estensione di Chrome sviluppata da Albe Rosado, e la sua funzione principale è "This extension alerts in case of storm or any other weather anomaly".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Weather Data

Scarica i file di estensione Weather Data in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Weather Data Weather Data
ID pjfcgapkmfboidpbffmdjnfodcbpnbmo
URL Ufficiale https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo
Descrizione This extension alerts in case of storm or any other weather anomaly
Dimensione del File 26.79 KB
Conteggio Installazioni 84
Versione Corrente 1.1.1
Ultimo Aggiornamento 2018-11-13
Data di Pubblicazione 2018-11-13
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Albe Rosado
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}