PowerPi Raspberry Pi Hausautomatisierung
Hausautomatisierung mit Raspberry Pi
O que é PowerPi Raspberry Pi Hausautomatisierung?
PowerPi Raspberry Pi Hausautomatisierung é uma extensão do Chrome desenvolvida por sdx, e sua principal característica é "Hausautomatisierung mit Raspberry Pi".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão PowerPi Raspberry Pi Hausautomatisierung
Baixe arquivos de extensão PowerPi Raspberry Pi Hausautomatisierung no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/]
Informações Básicas da Extensão
Nome | |
ID | kcgloeaaidcdilgmielanninfiomhcef |
URL Oficial | https://chrome.google.com/webstore/detail/powerpi-raspberry-pi-haus/kcgloeaaidcdilgmielanninfiomhcef |
Descrição | Hausautomatisierung mit Raspberry Pi |
Tamanho do Arquivo | 51.51 KB |
Contagem de Instalações | 509 |
Versão Atual | 1.9 |
Última Atualização | 2016-02-18 |
Data de Publicação | 2016-02-18 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | sdx |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |