WUTemp
This extension shows the temperature of a Weather Underground station
WUTemp क्या है?
WUTemp Engineered Musings द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the temperature of a Weather Underground station"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में WUTemp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar.
एक्सटेंशन की मूल जानकारी
नाम | WUTemp |
ID | lepomagompeaddljdclflabddeoagdfc |
आधिकारिक URL | https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc |
विवरण | This extension shows the temperature of a Weather Underground station |
फ़ाइल का आकार | 19.71 KB |
स्थापना संख्या | 48 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2016-04-07 |
प्रकाशन तिथि | 2016-04-07 |
रेटिंग | 3.00/5 कुल 4 रेटिंग्स |
डेवलपर | Engineered Musings |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://engineeredmusings.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WUTemp", "description": "This extension shows the temperature of a Weather Underground station", "version": "1.5", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": [], "background": { "scripts": [ "background.js" ] }, "permissions": [ "http:\/\/stationdata.wunderground.com\/", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true } } |