PowerPi Raspberry Pi Hausautomatisierung
Hausautomatisierung mit Raspberry Pi
什么是PowerPi Raspberry Pi Hausautomatisierung?
PowerPi Raspberry Pi Hausautomatisierung是由sdx开发的Chrome扩展程序,该扩展的主要功能是“Hausautomatisierung mit Raspberry Pi”。
扩展截图
下载PowerPi Raspberry Pi Hausautomatisierung扩展crx文件
下载PowerPi Raspberry Pi Hausautomatisierung扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Die Google Chrome Extension für PowerPi. PowerPi ist ein Tool zur bequemen Steuerung von Funksteckdosen und GPIO's mit dem Raspberry Pi. Einmal auf dem Raspberry Pi installiert, kann über das Hausnetzwerk mit jedem PC und Smartphone eine billige und effiziente Hausautomation betrieben werden. [http://raspberrypiguide.de/howtos/powerpi-raspberry-pi-haussteuerung/]
扩展基本信息
名称 | |
ID | kcgloeaaidcdilgmielanninfiomhcef |
官方URL | https://chrome.google.com/webstore/detail/powerpi-raspberry-pi-haus/kcgloeaaidcdilgmielanninfiomhcef |
简介 | Hausautomatisierung mit Raspberry Pi |
文件大小 | 51.51 KB |
安装次数 | 509 |
当前版本 | 1.9 |
更新时间 | 2016-02-18 |
上架时间 | 2016-02-18 |
评分 | 3.75/5 共4次评分 |
开发者 | sdx |
付费类型 | free |
支持的语言 | de |
manifest.json | |
{ "name": "PowerPi Raspberry Pi Hausautomatisierung", "version": "1.9", "manifest_version": 2, "description": "Hausautomatisierung mit Raspberry Pi", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "options_page": "options.html", "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |