Genius Hub - Lite
Quickly and easily adjust your Genius Hub system.
Genius Hub - Lite là gì?
Genius Hub - Lite là một tiện ích mở rộng Chrome được phát triển bởi http://nicholaslazzerini.com, và tính năng chính của nó là "Quickly and easily adjust your Genius Hub system.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Genius Hub - Lite
Tải xuống các tệp mở rộng Genius Hub - Lite dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gnkejjcimppiomocmahbpfeimnobimfp |
URL Chính Thức | https://chrome.google.com/webstore/detail/genius-hub-lite/gnkejjcimppiomocmahbpfeimnobimfp |
Mô tả | Quickly and easily adjust your Genius Hub system. |
Kích Thước Tệp | 1.4 MB |
Số Lần Cài Đặt | 12 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2018-10-18 |
Ngày Phát Hành | 2018-10-18 |
Nhà Phát Triển | http://nicholaslazzerini.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/nickimola/genius-hub-lite |
URL Trang Trợ Giúp | https://github.com/nickimola/genius-hub-lite |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |