Weather Data

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

Co to jest Weather Data?

Weather Data to rozszerzenie Chrome opracowane przez Albe Rosado, a jego główną funkcją jest „This extension alerts in case of storm or any other weather anomaly”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Weather Data

Pobierz pliki rozszerzeń Weather Data w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Weather Data Weather Data
ID pjfcgapkmfboidpbffmdjnfodcbpnbmo
Oficjalny URL https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo
Opis This extension alerts in case of storm or any other weather anomaly
Rozmiar pliku 26.79 KB
Liczba instalacji 84
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2018-11-13
Data Publikacji 2018-11-13
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper Albe Rosado
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
    }
}