Weather Alerts
Real time Weather alerts
Weather Alerts là gì?
Weather Alerts là một tiện ích mở rộng Chrome được phát triển bởi yaadsuiss, và tính năng chính của nó là "Real time Weather alerts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Weather Alerts
Tải xuống các tệp mở rộng Weather Alerts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weather Alerts |
ID | cemfabppafklflegjeejibjehifhogkl |
URL Chính Thức | https://chromewebstore.google.com/detail/weather-alerts/cemfabppafklflegjeejibjehifhogkl |
Mô tả | Real time Weather alerts |
Kích Thước Tệp | 70.32 KB |
Số Lần Cài Đặt | 78 |
Phiên Bản Hiện Tại | 1.5.2 |
Cập Nhật Lần Cuối | 2020-10-10 |
Ngày Phát Hành | 2020-10-10 |
Nhà Phát Triển | yaadsuiss |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |