HTD Touch

Accédez rapidement à toutes les fonctionnalités de l'interface de domotique par HTD.

What is HTD Touch?

HTD Touch is a Chrome extension developed by Gwenael BRANCO, and its main feature is "Accédez rapidement à toutes les fonctionnalités de l'interface de domotique par HTD.".

Extension Screenshots

screenshot
screenshot
screenshot

Download HTD Touch Extension CRX File

Download HTD Touch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 !                    

Extension Basic Information

Name HTD Touch HTD Touch
ID hheheglldcooidkidogoidjhpehelbjg
Official URL https://chromewebstore.google.com/detail/htd-touch/hheheglldcooidkidogoidjhpehelbjg
Description Accédez rapidement à toutes les fonctionnalités de l'interface de domotique par HTD.
File Size 206 KB
Installation Count 24
Current Version 0.17
Last Updated 2015-02-18
Publish Date 2015-02-18
Rating 5.00/5 Total 4 Ratings
Developer Gwenael BRANCO
Payment Type free
Extension Website http://www.htd-maison-intelligente.com
Supported Languages 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"
        }
    }
}