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 |
公式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 |
Eメール | [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" } } |