Weather Data

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

Co je Weather Data?

Weather Data je rozšíření Chrome vyvinuté Albe Rosado, a jeho hlavní funkcí je „This extension alerts in case of storm or any other weather anomaly“.

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření Weather Data 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í

                        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.                    

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

Název Weather Data Weather Data
ID pjfcgapkmfboidpbffmdjnfodcbpnbmo
Oficiální URL https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo
Popis This extension alerts in case of storm or any other weather anomaly
Velikost souboru 26.79 KB
Počet instalací 84
Aktuální Verze 1.1.1
Poslední Aktualizace 2018-11-13
Datum Vydání 2018-11-13
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář Albe Rosado
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}