NHome extension
Smart home solutions
NHome extension क्या है?
NHome extension https://nhome.ba द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smart home solutions"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NHome extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*" ] } } |