Leap Touch

Never put down your sandwich.

Что такое Leap Touch?

Leap Touch - это расширение Chrome, разработанное https://leaptouch.com, и его основная функция - "Never put down your sandwich.".

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

screenshot

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

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

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

                        Control your browsing with a Leap Motion device (www.leapmotion.com).

Click links, switch between and close tabs, go back and forward, etc.

Never put down your sandwich.                    

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

Название Leap Touch Leap Touch
ID fomagommnhckeikpfbeddjojfpdmhcmh
Официальный URL https://chromewebstore.google.com/detail/leap-touch/fomagommnhckeikpfbeddjojfpdmhcmh
Описание Never put down your sandwich.
Размер файла 110 KB
Количество установок 339
Текущая Версия 2.0.0
Последнее Обновление 2013-11-05
Дата публикации 2013-11-04
Рейтинг 2.35/5 Всего 17 оценок
Разработчик https://leaptouch.com
Тип оплаты free
Официальный сайт расширения http://leaptouch.com/
URL страницы помощи http://leaptouch.com/
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leap Touch",
    "description": "Never put down your sandwich.",
    "version": "2.0.0",
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png"
    },
    "browser_action": {
        "default_icon": "Icon-16.png",
        "default_title": "Recalibrate Leap Touch"
    },
    "background": {
        "persistent": true,
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "common\/lib\/lodash.custom.js",
                "common\/log.js",
                "common\/lib\/leap.custom.js",
                "common\/platform.chrome.js",
                "common\/config.js",
                "common\/leaptouch.js",
                "handlers\/closenotify.js",
                "handlers\/scroll.js",
                "handlers\/highlight.js",
                "handlers\/finetune.js",
                "handlers\/click.js",
                "handlers\/help.js",
                "handlers\/history.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "*"
    ]
}