Weather (forecast)
Best weather forecast extension for Chrome, simple and beautiful.
Weather (forecast) क्या है?
Weather (forecast) weart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Best weather forecast extension for Chrome, simple and beautiful."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weather (forecast) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Weather Forecast is simple just like Chrome. This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia... Powerful forecast features: - 5 days forecast with 3 hours updates - So main details (humidity, pressure, min-max temperature) - Clean, Simple, Beautiful Design - No setup needed. - Support Fahrenheit, Celsius too. - Uses the most professional Weather api for forecasts
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nelgjakhbejcbdngpdljiffopgacbank |
आधिकारिक URL | https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank |
विवरण | Best weather forecast extension for Chrome, simple and beautiful. |
फ़ाइल का आकार | 377 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2019-06-07 |
प्रकाशन तिथि | 2019-06-07 |
रेटिंग | 3.70/5 कुल 10 रेटिंग्स |
डेवलपर | weart |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather (forecast)", "version": "1.1.0", "description": "Best weather forecast extension for Chrome, simple and beautiful.", "manifest_version": 2, "permissions": [ "https:\/\/api.openweathermap.org\/data\/2.5\/", "https:\/\/fonts.googleapis.com\/", "storage", "activeTab", "geolocation" ], "background": [], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } }, "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "128": "assets\/img\/icon-128.png" } } |