Genius Hub - Lite
Quickly and easily adjust your Genius Hub system.
Genius Hub - Lite란 무엇입니까?
Genius Hub - Lite은(는) http://nicholaslazzerini.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly and easily adjust your Genius Hub system."입니다.
확장 프로그램 스크린샷
Genius Hub - Lite 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension provides a quick and easy way to adjust the heating on a specific room without having to open the entire app. The idea came to my mind when working from home: I was feeling a bit cold and I had to open a new tab on Chrome, navigate to the genius website, login to the app and adjust the room in which I was working on. Altough this wasn't really "time consuming", I wish there was a quicker way to do it. Well, there is now! Thanks to this extension, all you have to do (after you set it up the first time) is to click on the icon that lives in the Chrome extension panel and adjust the room you want to. Is that simple! from wherever you are, you can easily adjust your room with ease.
확장 프로그램 기본 정보
이름 | |
ID | gnkejjcimppiomocmahbpfeimnobimfp |
공식 URL | https://chrome.google.com/webstore/detail/genius-hub-lite/gnkejjcimppiomocmahbpfeimnobimfp |
설명 | Quickly and easily adjust your Genius Hub system. |
파일 크기 | 1.4 MB |
설치 횟수 | 12 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-10-18 |
출시 날짜 | 2018-10-18 |
개발자 | http://nicholaslazzerini.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/nickimola/genius-hub-lite |
도움말 페이지 URL | https://github.com/nickimola/genius-hub-lite |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Genius Hub - Lite", "short_name": "genius-hub-lite", "version": "1.0.1", "manifest_version": 2, "description": "Quickly and easily adjust your Genius Hub system.", "homepage_url": "https:\/\/www.geniushub.co.uk", "icons": { "16": "assets\/images\/chromeIcons\/icon16.png", "48": "assets\/images\/chromeIcons\/icon48.png", "128": "assets\/images\/chromeIcons\/icon128.png" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ", "browser_action": { "default_popup": "index.html" } } |