WUTemp extension
View the active temperature of a Weather Underground Station
WUTemp extension क्या है?
WUTemp extension Eryk.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the active temperature of a Weather Underground Station"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WUTemp extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Chrome Extension to view the active temperature of a Weather Underground Station. Features: - Updates every 5 minutes - Click on icon to view Station page at Weather Underground - Options page to set Station ID, Celcius/Fahrenheit and refresh interval. Updated v1.1: - Change refresh interval on the Options page.
एक्सटेंशन की मूल जानकारी
नाम | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
आधिकारिक URL | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
विवरण | View the active temperature of a Weather Underground Station |
फ़ाइल का आकार | 40.22 KB |
स्थापना संख्या | 1,901 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2016-03-16 |
प्रकाशन तिथि | 2016-03-16 |
रेटिंग | 3.46/5 कुल 35 रेटिंग्स |
डेवलपर | Eryk.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://eryk.io |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WUTemp extension", "version": "1.1", "manifest_version": 2, "description": "View the active temperature of a Weather Underground Station", "options_page": "options.html", "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "background": { "scripts": [ "jquery-2.1.3.min.js", "background.js" ] }, "permissions": [ "http:\/\/api.wunderground.com\/", "storage" ] } |