PowerPi Raspberry Pi Hausautomatisierung
Hausautomatisierung mit Raspberry Pi
Cos'è PowerPi Raspberry Pi Hausautomatisierung?
PowerPi Raspberry Pi Hausautomatisierung è un'estensione di Chrome sviluppata da sdx, e la sua funzione principale è "Hausautomatisierung mit Raspberry Pi".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PowerPi Raspberry Pi Hausautomatisierung
Scarica i file di estensione PowerPi Raspberry Pi Hausautomatisierung in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/]
Informazioni di Base sull'Estensione
Nome | |
ID | kcgloeaaidcdilgmielanninfiomhcef |
URL Ufficiale | https://chrome.google.com/webstore/detail/powerpi-raspberry-pi-haus/kcgloeaaidcdilgmielanninfiomhcef |
Descrizione | Hausautomatisierung mit Raspberry Pi |
Dimensione del File | 51.51 KB |
Conteggio Installazioni | 509 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2016-02-18 |
Data di Pubblicazione | 2016-02-18 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | sdx |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |