WUTemp extension
View the active temperature of a Weather Underground Station
What is WUTemp extension?
WUTemp extension is a Chrome extension developed by Eryk.io, and its main feature is "View the active temperature of a Weather Underground Station".
Extension Screenshots
Download WUTemp extension Extension CRX File
Download WUTemp extension 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
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.
Extension Basic Information
Name | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
Official URL | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
Description | View the active temperature of a Weather Underground Station |
File Size | 40.22 KB |
Installation Count | 1,901 |
Current Version | 1.1 |
Last Updated | 2016-03-16 |
Publish Date | 2016-03-16 |
Rating | 3.46/5 Total 35 Ratings |
Developer | Eryk.io |
Payment Type | free |
Extension Website | https://eryk.io |
Supported Languages | 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" ] } |