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ファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" ] } |