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"입니다.
확장 프로그램 스크린샷
Gauges for Netatmo Weather Station 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
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" ] } |