Rain Alarm Extension
This weather extension warns you when rain is currently nearing.
Rain Alarm Extension क्या है?
Rain Alarm Extension https://www.rain-alarm.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This weather extension warns you when rain is currently nearing."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Rain Alarm Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This weather extension warns you when rain is currently nearing. Instead of forecasting it warns using almost real-time data, which is more precise than any forecast can be. It is an useful assistant for everything outdoors like cycling, biking, hiking, and more. The data is collected from governmental weather services. Supported countries: Americas: USA (including Alaska, Hawaii, Puerto Rico, Guam), Canada, Bermuda, Mexico, El Salvador, Argentina, Brazil Europe: UK, Ireland, Denmark, Sweden, Norway, Finland, Iceland, Spain (including the Balearic and the Canary Islands), Germany, France, Hungary, Austria, Netherlands, Poland, Slovenia, Croatia, Belarus, Ukraine Asia: Taiwan, Macau, Hong Kong, Japan, Republic of Korea, Philippines, Malaysia, Singapore, Brunei, India Oceania: Australia, Fiji If your country is not supported, this is probably for one of the following reasons: - your country's weather service demands a license fee for commercial use - your country's weather service does not respond to my emails - your country's weather service does not provide radar images For the latest news follow us on Twitter: @rainalarm
एक्सटेंशन की मूल जानकारी
नाम | Rain Alarm Extension |
ID | olnconaknblgbkfgknkfmmfhhbebkekd |
आधिकारिक URL | https://chromewebstore.google.com/detail/rain-alarm-extension/olnconaknblgbkfgknkfmmfhhbebkekd |
विवरण | This weather extension warns you when rain is currently nearing. |
फ़ाइल का आकार | 871 KB |
स्थापना संख्या | 86,644 |
वर्तमान संस्करण | 1.6.3 |
अंतिम अपडेट | 2024-02-13 |
प्रकाशन तिथि | 2020-06-12 |
रेटिंग | 4.35/5 कुल 423 रेटिंग्स |
डेवलपर | https://www.rain-alarm.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://app.rain-alarm.com |
गोपनीयता नीति पृष्ठ URL | https://www.rain-alarm.com/web_privacy.html |
समर्थित भाषाएँ | id,ms,de,en,fr,nl,no,ca,es,ru,uk,hi,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "default_locale": "en", "description": "__MSG_extDescription__", "version": "1.6.3", "icons": { "128": "launcher.png" }, "action": { "default_icon": "icon.png", "default_title": "__MSG_extName__" }, "background": { "service_worker": "js\/background3.js" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": true }, "content_scripts": [ { "matches": [ "https:\/\/www.rain-alarm.com\/?from=chrome2*" ], "js": [ "js\/inject.js" ] } ], "permissions": [ "alarms", "geolocation", "notifications", "background", "storage", "offscreen" ], "host_permissions": [ "https:\/\/app.rain-alarm.com\/*", "https:\/\/www.rain-alarm.com\/*" ] } |