Weather Data

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

Wat is Weather Data?

Weather Data is een Chrome-extensie ontwikkeld door Albe Rosado, en de belangrijkste functie is "This extension alerts in case of storm or any other weather anomaly".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Weather Data

Download Weather Data-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Weather Data Weather Data
ID pjfcgapkmfboidpbffmdjnfodcbpnbmo
Officiële URL https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo
Beschrijving This extension alerts in case of storm or any other weather anomaly
Bestandsgrootte 26.79 KB
Aantal Installaties 84
Huidige Versie 1.1.1
Laatst Bijgewerkt 2018-11-13
Publicatiedatum 2018-11-13
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar Albe Rosado
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
    }
}