HTD Touch

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

Co je HTD Touch?

HTD Touch je rozšíření Chrome vyvinuté Gwenael BRANCO, a jeho hlavní funkcí je „Accédez rapidement à toutes les fonctionnalités de l'interface de domotique par HTD.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření HTD Touch

Stáhněte si soubory rozšíření HTD Touch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 !                    

Základní Informace o Rozšíření

Název HTD Touch HTD Touch
ID hheheglldcooidkidogoidjhpehelbjg
Oficiální URL https://chromewebstore.google.com/detail/htd-touch/hheheglldcooidkidogoidjhpehelbjg
Popis Accédez rapidement à toutes les fonctionnalités de l'interface de domotique par HTD.
Velikost souboru 206 KB
Počet instalací 24
Aktuální Verze 0.17
Poslední Aktualizace 2015-02-18
Datum Vydání 2015-02-18
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Gwenael BRANCO
Typ Platby free
Webové stránky Rozšíření http://www.htd-maison-intelligente.com
Podporované Jazyky 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"
        }
    }
}