NHome extension
Smart home solutions
NHome extension란 무엇입니까?
NHome extension은(는) https://nhome.ba에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Smart home solutions"입니다.
확장 프로그램 스크린샷
NHome extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*" ] } } |