Leap Touch

Never put down your sandwich.

Leap Touch란 무엇입니까?

Leap Touch은(는) https://leaptouch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never put down your sandwich."입니다.

확장 프로그램 스크린샷

screenshot

Leap Touch 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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