Weather Alerts
Real time Weather alerts
Wat is Weather Alerts?
Weather Alerts is een Chrome-extensie ontwikkeld door yaadsuiss, en de belangrijkste functie is "Real time Weather alerts".
Extensie Screenshots
Download het CRX-bestand van de extensie Weather Alerts
Download Weather Alerts-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
Real time weather alerts Don't miss any life threatening alerts provided by official weather agencies and governments. Descriptive alerts for your location in realtime!!! Alerts of the following types: * Storm Surge Warning * Hurricane Warning * Tropical Storm Warning * Flood Warning * Heavy Freezing Spray Warning * Wind Advisory * Air Quality Alert * Fire Weather Watch * Special Weather Statement And more... Version 1.5.2: -------------- Includes alerts history Ability to get alerts for any location!
Basisinformatie over de Extensie
Naam | Weather Alerts |
ID | cemfabppafklflegjeejibjehifhogkl |
Officiële URL | https://chromewebstore.google.com/detail/weather-alerts/cemfabppafklflegjeejibjehifhogkl |
Beschrijving | Real time Weather alerts |
Bestandsgrootte | 70.32 KB |
Aantal Installaties | 78 |
Huidige Versie | 1.5.2 |
Laatst Bijgewerkt | 2020-10-10 |
Publicatiedatum | 2020-10-10 |
Ontwikkelaar | yaadsuiss |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Alerts", "description": "Real time Weather alerts", "version": "1.5.2", "permissions": [ "geolocation", "storage", "notifications", "alarms" ], "browser_action": { "default_icon": { "16": "images\/icon.png" }, "default_title": "No Alerts", "default_popup": "popup.html" }, "background": { "scripts": [ "lib\/jquery.min.js", "background.js" ] }, "icons": { "16": "images\/icon.png", "128": "images\/icon.png" }, "web_accessible_resources": [ "images\/*" ], "content_security_policy": "script-src 'self' https:\/\/api.openweathermap.org https:\/\/ssl.google-analytics.com; object-src 'self'", "manifest_version": 2 } |