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
官方網址 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"
    ]
}