Weather Alerts
Real time Weather alerts
Cos'è Weather Alerts?
Weather Alerts è un'estensione di Chrome sviluppata da yaadsuiss, e la sua funzione principale è "Real time Weather alerts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Weather Alerts
Scarica i file di estensione Weather Alerts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Weather Alerts |
ID | cemfabppafklflegjeejibjehifhogkl |
URL Ufficiale | https://chromewebstore.google.com/detail/weather-alerts/cemfabppafklflegjeejibjehifhogkl |
Descrizione | Real time Weather alerts |
Dimensione del File | 70.32 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 1.5.2 |
Ultimo Aggiornamento | 2020-10-10 |
Data di Pubblicazione | 2020-10-10 |
Sviluppatore | yaadsuiss |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |