Leap Motion Integration (Beta)

Enables hand gestures with LeapMotion™ for browsing the web.

Leap Motion Integration (Beta)란 무엇입니까?

Leap Motion Integration (Beta)은(는) omeriko9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables hand gestures with LeapMotion™ for browsing the web."입니다.

확장 프로그램 스크린샷

screenshot

Leap Motion Integration (Beta) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will give you the option to control Google Chrome™ using your hand movements.

(In order to make this extension useful, you must have the LeapMotion device working properly. For more information, see here: https://www.leapmotion.com )

Gestures
--------

Open hand (4/5 fingers):
    - left/right to move forward/backward in history
    - up/down to scroll page

Half open hand (1/2 fingers):
    - left/right to move tab

Circles:
    - Counter-clockwise with one finger to close current tab

Known Issues
------------
It is a known issue that the extension doesn't currently work on chrome pages, such as "chrome://extension" page or the "New Tab" page.

I would appreciate your opinion and suggestions :)                    

확장 프로그램 기본 정보

이름 Leap Motion Integration (Beta) Leap Motion Integration (Beta)
ID ejbbngompmhnbkakomkkllfbcpkbgfmm
공식 URL https://chrome.google.com/webstore/detail/leap-motion-integration-b/ejbbngompmhnbkakomkkllfbcpkbgfmm
설명 Enables hand gestures with LeapMotion™ for browsing the web.
파일 크기 238 KB
설치 횟수 341
현재 버전 1.4
최근 업데이트 2013-08-07
출시 날짜 2013-08-07
평점 3.25/5 총 12 개의 평점
개발자 omeriko9
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leap Motion Integration (Beta)",
    "description": "Enables hand gestures with LeapMotion\u2122 for browsing the web.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "leap.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "history"
    ],
    "icons": {
        "128": "icon.png",
        "64": "icon_64.png",
        "48": "icon_48.png",
        "16": "icon_16.png"
    },
    "web_accessible_resources": [
        "ico_hand.png",
        "ico_hand_stop.png"
    ]
}