WUTemp
This extension shows the temperature of a Weather Underground station
What is WUTemp?
WUTemp is a Chrome extension developed by Engineered Musings, and its main feature is "This extension shows the temperature of a Weather Underground station".
Download WUTemp Extension CRX File
Download WUTemp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar.
Extension Basic Information
Name | WUTemp |
ID | lepomagompeaddljdclflabddeoagdfc |
Official URL | https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc |
Description | This extension shows the temperature of a Weather Underground station |
File Size | 19.71 KB |
Installation Count | 48 |
Current Version | 1.5 |
Last Updated | 2016-04-07 |
Publish Date | 2016-04-07 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Engineered Musings |
Payment Type | free |
Extension Website | http://engineeredmusings.com |
Supported Languages | 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 } } |