PowerPi Raspberry Pi Hausautomatisierung
Hausautomatisierung mit Raspberry Pi
ما هو PowerPi Raspberry Pi Hausautomatisierung؟
PowerPi Raspberry Pi Hausautomatisierung هو إضافة Chrome تم تطويرها بواسطة sdx، والميزة الرئيسية لها هي "Hausautomatisierung mit Raspberry Pi".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PowerPi Raspberry Pi Hausautomatisierung
قم بتنزيل ملفات الامتداد PowerPi Raspberry Pi Hausautomatisierung بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |