HTD Touch

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

Что такое HTD Touch?

HTD Touch - это расширение Chrome, разработанное Gwenael BRANCO, и его основная функция - "Accédez rapidement à toutes les fonctionnalités de l'interface de domotique par HTD.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения HTD Touch

Скачайте файлы расширений HTD Touch в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 !                    

Основная информация о расширении

Название HTD Touch HTD Touch
ID hheheglldcooidkidogoidjhpehelbjg
Официальный URL https://chromewebstore.google.com/detail/htd-touch/hheheglldcooidkidogoidjhpehelbjg
Описание Accédez rapidement à toutes les fonctionnalités de l'interface de domotique par HTD.
Размер файла 206 KB
Количество установок 24
Текущая Версия 0.17
Последнее Обновление 2015-02-18
Дата публикации 2015-02-18
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Gwenael BRANCO
Тип оплаты free
Официальный сайт расширения http://www.htd-maison-intelligente.com
Поддерживаемые языки 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"
        }
    }
}