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文件
下載Genius Hub - Lite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |