Weather Alerts
Real time Weather alerts
Apa itu Weather Alerts?
Weather Alerts adalah ekstensi Chrome yang dikembangkan oleh yaadsuiss, dan fitur utamanya adalah "Real time Weather alerts".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Weather Alerts
Unduh file ekstensi Weather Alerts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Weather Alerts |
ID | cemfabppafklflegjeejibjehifhogkl |
URL Resmi | https://chromewebstore.google.com/detail/weather-alerts/cemfabppafklflegjeejibjehifhogkl |
Deskripsi | Real time Weather alerts |
Ukuran File | 70.32 KB |
Jumlah Instalasi | 78 |
Versi Saat Ini | 1.5.2 |
Terakhir Diperbarui | 2020-10-10 |
Tanggal Publikasi | 2020-10-10 |
Pengembang | yaadsuiss |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |