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 là gì?

Gauges for Netatmo Weather Station là một tiện ích mở rộng Chrome được phát triển bởi http://plus.meteoware.com, và tính năng chính của nó là "Display your weather data from your Netatmo Weather Station with this Chrome Extension. A MeteowarePlus Account is required".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gauges for Netatmo Weather Station

Tải xuống các tệp mở rộng Gauges for Netatmo Weather Station dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gauges for Netatmo Weather Station Gauges for Netatmo Weather Station
ID pgdgaeigglghnbkloncmhelglgcinoph
URL Chính Thức https://chrome.google.com/webstore/detail/gauges-for-netatmo-weathe/pgdgaeigglghnbkloncmhelglgcinoph
Mô tả Display your weather data from your Netatmo Weather Station with this Chrome Extension. A MeteowarePlus Account is required
Kích Thước Tệp 609 KB
Số Lần Cài Đặt 558
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2016-04-30
Ngày Phát Hành 2016-04-30
Đánh Giá 1.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển http://plus.meteoware.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://plus.meteoware.com
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}