Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
Local Weather (Current Conditions) क्या है?
Local Weather (Current Conditions) mohiman द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Presents weather based on your current location, or you can update by entering new location/zip etc."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Local Weather (Current Conditions) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
एक्सटेंशन की मूल जानकारी
नाम | Local Weather (Current Conditions) |
ID | kobanmpgpihdneoociggikppoblinmol |
आधिकारिक URL | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
विवरण | Presents weather based on your current location, or you can update by entering new location/zip etc. |
फ़ाइल का आकार | 1.16 MB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 2.25 |
अंतिम अपडेट | 2016-07-22 |
प्रकाशन तिथि | 2016-07-21 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | mohiman |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Local Weather (Current Conditions)", "description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.", "version": "2.25", "browser_action": { "default_icon": "weather.png", "default_title": "Current Weather", "default_popup": "Mohit-Extension.html" }, "icons": { "16": "weatherMain1.png", "48": "weatherMain2.png", "128": "weatherMain3.png" }, "permissions": [ "activeTab", "geolocation", "http:\/\/api.openweathermap.org\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |