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文件

下載Leap Motion Integration (Beta)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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