NHome extension
Smart home solutions
ما هو NHome extension؟
NHome extension هو إضافة Chrome تم تطويرها بواسطة https://nhome.ba، والميزة الرئيسية لها هي "Smart home solutions".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة NHome extension
قم بتنزيل ملفات الامتداد NHome extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Light and quick extension for nHome. You can select between 'most used' and 'favorites' devices, and choose witch device types you want shown. Before login, go to options page and and customize it how you like it. If you encounter any bugs, feel free to report them.
معلومات أساسية عن التمديد
الاسم | NHome extension |
ID | ekifbbbcmmmojbpkdlkhemkfgfgkoala |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/nhome-extension/ekifbbbcmmmojbpkdlkhemkfgfgkoala |
الوصف | Smart home solutions |
حجم الملف | 1.02 MB |
عدد التثبيتات | 79 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2016-02-23 |
تاريخ النشر | 2016-02-23 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://nhome.ba |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NHome extension", "version": "0.0.3", "manifest_version": 2, "description": "Smart home solutions", "icons": { "16": "img\/icons\/nhome-16.png", "128": "img\/icons\/nhome-128.png" }, "browser_action": { "default_title": "nHome", "default_icon": "img\/icons\/nhome-16.png", "default_popup": "popup.html" }, "author": "NHome team", "background": { "scripts": [ "js\/socket.io.js", "js\/background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage", "background", "https:\/\/nhome.ba\/api\/" ], "externally_connectable": { "matches": [ "*:\/\/*.nhome.ba\/*" ] } } |