Gauges for Netatmo Weather Station

Display your weather data from your Netatmo Weather Station with this Chrome Extension. A MeteowarePlus Account is required

什么是Gauges for Netatmo Weather Station?

Gauges for Netatmo Weather Station是由http://plus.meteoware.com开发的Chrome扩展程序,该扩展的主要功能是“Display your weather data from your Netatmo Weather Station with this Chrome Extension. A MeteowarePlus Account is required”。

扩展截图

screenshot

下载Gauges for Netatmo Weather Station扩展crx文件

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

扩展使用说明

                        Your weather data have merited a nicer presentation!

Beautiful visualization of your Netatmo Station data as weather gauges. 		 		Not only the current live weather is visualized with these weather gauges, but also extreme, statistics and historical data can be displayed using them.

A MeteowarePlus Account is required. Beta.

Update 1.0.8:
- settings panel with units

We are not a partner, affiliate, or licensee of Netatmo, 
nor is our company in any other way formally associated with Netatmo.                    

扩展基本信息

名称 Gauges for Netatmo Weather Station Gauges for Netatmo Weather Station
ID pgdgaeigglghnbkloncmhelglgcinoph
官方URL https://chrome.google.com/webstore/detail/gauges-for-netatmo-weathe/pgdgaeigglghnbkloncmhelglgcinoph
简介 Display your weather data from your Netatmo Weather Station with this Chrome Extension. A MeteowarePlus Account is required
文件大小 609 KB
安装次数 558
当前版本 1.0.8
更新时间 2016-04-30
上架时间 2016-04-30
评分 1.88/5 共8次评分
开发者 http://plus.meteoware.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://plus.meteoware.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gauges for Netatmo Weather Station",
    "version": "1.0.8",
    "manifest_version": 2,
    "short_name": "Weather Data",
    "description": "Display your weather data from your Netatmo Weather Station with this Chrome Extension. A MeteowarePlus Account is required",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": "img\/19.png",
        "default_popup": "popup.html",
        "default_title": "Weather Station"
    },
    "minimum_chrome_version": "18",
    "permissions": [
        "http:\/\/ws.meteoware.com\/*",
        "unlimitedStorage",
        "notifications",
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*.png",
        "views\/*.html",
        "css\/styles.min.css",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "fonts\/FontAwesome.otf",
        "js\/scripts-app.min.js",
        "js\/scripts-vendors.min.js"
    ]
}