Weather Alerts
Real time Weather alerts
Weather Alerts क्या है?
Weather Alerts yaadsuiss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real time Weather alerts"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weather Alerts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Weather Alerts |
ID | cemfabppafklflegjeejibjehifhogkl |
आधिकारिक URL | https://chromewebstore.google.com/detail/weather-alerts/cemfabppafklflegjeejibjehifhogkl |
विवरण | Real time Weather alerts |
फ़ाइल का आकार | 70.32 KB |
स्थापना संख्या | 78 |
वर्तमान संस्करण | 1.5.2 |
अंतिम अपडेट | 2020-10-10 |
प्रकाशन तिथि | 2020-10-10 |
डेवलपर | yaadsuiss |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |