NHome extension
Smart home solutions
What is NHome extension?
NHome extension is a Chrome extension developed by https://nhome.ba, and its main feature is "Smart home solutions".
Extension Screenshots
Download NHome extension Extension CRX File
Download NHome extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | NHome extension |
ID | ekifbbbcmmmojbpkdlkhemkfgfgkoala |
Official URL | https://chromewebstore.google.com/detail/nhome-extension/ekifbbbcmmmojbpkdlkhemkfgfgkoala |
Description | Smart home solutions |
File Size | 1.02 MB |
Installation Count | 79 |
Current Version | 0.0.3 |
Last Updated | 2016-02-23 |
Publish Date | 2016-02-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://nhome.ba |
Payment Type | free |
Supported Languages | 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\/*" ] } } |