PowerPi Raspberry Pi Hausautomatisierung
Hausautomatisierung mit Raspberry Pi
Co to jest PowerPi Raspberry Pi Hausautomatisierung?
PowerPi Raspberry Pi Hausautomatisierung to rozszerzenie Chrome opracowane przez sdx, a jego główną funkcją jest „Hausautomatisierung mit Raspberry Pi”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PowerPi Raspberry Pi Hausautomatisierung
Pobierz pliki rozszerzeń PowerPi Raspberry Pi Hausautomatisierung w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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/]
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kcgloeaaidcdilgmielanninfiomhcef |
Oficjalny URL | https://chrome.google.com/webstore/detail/powerpi-raspberry-pi-haus/kcgloeaaidcdilgmielanninfiomhcef |
Opis | Hausautomatisierung mit Raspberry Pi |
Rozmiar pliku | 51.51 KB |
Liczba instalacji | 509 |
Aktualna Wersja | 1.9 |
Ostatnia Aktualizacja | 2016-02-18 |
Data Publikacji | 2016-02-18 |
Ocena | 3.75/5 Łącznie 4 Oceny |
Deweloper | sdx |
Typ Płatności | free |
Obsługiwane Języki | 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" } |