NHome extension
Smart home solutions
什么是NHome extension?
NHome extension是由https://nhome.ba开发的Chrome扩展程序,该扩展的主要功能是“Smart home solutions”。
扩展截图
下载NHome extension扩展crx文件
下载NHome extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } } |