Weather Data
This extension alerts in case of storm or any other weather anomaly
Weather Data क्या है?
Weather Data Albe Rosado द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension alerts in case of storm or any other weather anomaly"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weather Data एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple and straightforward updates on weather change. People get busy on Reddit, playing games, coding, etc. So if you wanna get a simple alert when a storm or a tornado or on any dangerous weather change, right away, well, this extension is for you.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pjfcgapkmfboidpbffmdjnfodcbpnbmo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo |
विवरण | This extension alerts in case of storm or any other weather anomaly |
फ़ाइल का आकार | 26.79 KB |
स्थापना संख्या | 84 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2018-11-13 |
प्रकाशन तिथि | 2018-11-13 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Albe Rosado |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Data", "description": "This extension alerts in case of storm or any other weather anomaly", "version": "1.1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "http:\/\/api.openweathermap.org\/", "geolocation", "notifications", "background", "storage" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false } } |