Weather Widget
Weather Widget By Rohan Patil
Weather Widget क्या है?
Weather Widget Silypointer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Weather Widget By Rohan Patil"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Weather Widget एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Created a Simple Google Chrome Extension for getting current weather. User needs to search for proper city, and extension will respond back with Local Time Temperature and Weather Description. Extension in back end calls an API which in turn calls an API from weatherstack.com (free). Currently the response output is not altered.
एक्सटेंशन की मूल जानकारी
नाम | Weather Widget |
ID | cbfonhkeidkoldmfnffmpejogimdjknc |
आधिकारिक URL | https://chromewebstore.google.com/detail/weather-widget/cbfonhkeidkoldmfnffmpejogimdjknc |
विवरण | Weather Widget By Rohan Patil |
फ़ाइल का आकार | 238 KB |
स्थापना संख्या | 131 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2021-01-09 |
प्रकाशन तिथि | 2021-01-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Silypointer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Widget", "description": "Weather Widget By Rohan Patil", "version": "0.1", "icons": { "16": "images\/weather_16.png", "128": "images\/weather_128.png" }, "content_scripts": [ { "matches": [ " |