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
官方網址 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": [
        "*"
    ]
}