HTD Touch
Accédez rapidement à toutes les fonctionnalités de l'interface de domotique par HTD.
HTD Touch là gì?
HTD Touch là một tiện ích mở rộng Chrome được phát triển bởi Gwenael BRANCO, và tính năng chính của nó là "Accédez rapidement à toutes les fonctionnalités de l'interface de domotique par HTD.".
Ả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 HTD Touch
Tải xuống các tệp mở rộng HTD Touch 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
L’extension HTD Touch vous permet de contrôler votre maison intelligente HTD à partir de votre navigateur chrome ! Sur votre navigateur une flèche discrète est présente à gauche de votre écran pendant votre navigation sur internet. A tout moment il vous suffit de cliquer pour faire apparaître le sidebar HTD touch en premier plan. Vous prenez rapidement le contrôle de votre maison intelligente HTD, partout, tout le temps. Consultez vos caméras de surveillance, vérifiez la fermeture de vos protes et volets, baissez la température de votre maison…. …. maintenant, c’est à vous !
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HTD Touch |
ID | hheheglldcooidkidogoidjhpehelbjg |
URL Chính Thức | https://chromewebstore.google.com/detail/htd-touch/hheheglldcooidkidogoidjhpehelbjg |
Mô tả | Accédez rapidement à toutes les fonctionnalités de l'interface de domotique par HTD. |
Kích Thước Tệp | 206 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 0.17 |
Cập Nhật Lần Cuối | 2015-02-18 |
Ngày Phát Hành | 2015-02-18 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Gwenael BRANCO |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.htd-maison-intelligente.com |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "HTD Touch", "version": "0.17", "manifest_version": 2, "description": "Acc\u00e9dez rapidement \u00e0 toutes les fonctionnalit\u00e9s de l'interface de domotique par HTD.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "style\/style.css" ], "js": [ "scripts\/jquery-1.10.2.min.js", "scripts\/jquery-ui-1.10.4.min.js", "scripts\/content_script.js" ] } ], "web_accessible_resources": [ "menu.html", "scripts\/jquery-1.10.2.min.js", "scripts\/jquery-ui-1.10.4.min.js", "scripts\/script.js", "scripts\/content_scripts.js", "scripts\/options.js", "style\/style.css", "style\/options.css", "img\/sprite-open-close.png", "img\/famille.png", "img\/home.png", "img\/options.png", "img\/perf.png", "img\/derniere-appli.png", "img\/icn-close.png", "img\/icn-shadow.png", "img\/bg-light-right.png", "img\/switch-disable.png", "img\/switch-enable.png" ], "background": { "scripts": [ "scripts\/jquery-1.10.2.min.js", "scripts\/background.js" ] }, "permissions": [ "tabs", "activeTab" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "options_page": "options.html", "commands": { "go-to-first": { "suggested_key": { "default": "Alt+P" }, "description": "Go to first Tab" } } } |