Leap Touch

Never put down your sandwich.

什么是Leap Touch?

Leap Touch是由https://leaptouch.com开发的Chrome扩展程序,该扩展的主要功能是“Never put down your sandwich.”。

扩展截图

screenshot

下载Leap Touch扩展crx文件

下载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": [
        "*"
    ]
}