Weather
Extension shows the temperature and weather conditions for your current location
Weather क्या है?
Weather https://skyweather.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension shows the temperature and weather conditions for your current location"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weather एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Features: - configurable update period - configurable units: Fahrenheit/Celsius - icon shows current temperature, cloudiness
एक्सटेंशन की मूल जानकारी
नाम | Weather |
ID | lfoeldoapdhdbhmcdgmnijfgbhlonjea |
आधिकारिक URL | https://chromewebstore.google.com/detail/weather/lfoeldoapdhdbhmcdgmnijfgbhlonjea |
विवरण | Extension shows the temperature and weather conditions for your current location |
फ़ाइल का आकार | 41.82 KB |
स्थापना संख्या | 4,298 |
वर्तमान संस्करण | 1.0.3.0 |
अंतिम अपडेट | 2023-08-10 |
प्रकाशन तिथि | 2016-04-19 |
रेटिंग | 3.50/5 कुल 42 रेटिंग्स |
डेवलपर | https://skyweather.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://skyweather.org/ |
सहायता पृष्ठ URL | https://skyweather.org/ |
गोपनीयता नीति पृष्ठ URL | https://stopreclame.com/privacy.html |
समर्थित भाषाएँ | de,en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "1.0.3.0", "manifest_version": 3, "description": "__MSG_ext_description__", "default_locale": "en", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_icon": { "19": "images\/icon-48.png", "38": "images\/icon-48.png" }, "default_title": "__MSG_popup_description__", "default_popup": "html\/popup.html" }, "options_page": "html\/options.html", "permissions": [ "alarms", "geolocation", "storage" ], "host_permissions": [ "https:\/\/*.skyweather.org\/*" ] } |