Weather Data
This extension alerts in case of storm or any other weather anomaly
Was ist Weather Data?
Weather Data ist eine Chrome-Erweiterung, die von Albe Rosado entwickelt wurde, und ihr Hauptmerkmal ist "This extension alerts in case of storm or any other weather anomaly".
Erweiterungsscreenshots
Weather Data-Erweiterungs-CRX-Datei herunterladen
Laden Sie Weather Data-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | pjfcgapkmfboidpbffmdjnfodcbpnbmo |
Offizielle URL | https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo |
Beschreibung | This extension alerts in case of storm or any other weather anomaly |
Dateigröße | 26.79 KB |
Installationsanzahl | 84 |
Aktuelle Version | 1.1.1 |
Letztes Update | 2018-11-13 |
Veröffentlichungsdatum | 2018-11-13 |
Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
Entwickler | Albe Rosado |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |