WUTemp extension

View the active temperature of a Weather Underground Station

什么是WUTemp extension?

WUTemp extension是由Eryk.io开发的Chrome扩展程序,该扩展的主要功能是“View the active temperature of a Weather Underground Station”。

扩展截图

screenshot
screenshot

下载WUTemp extension扩展crx文件

下载WUTemp extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}