Leap Motion Integration (Beta)

Enables hand gestures with LeapMotion™ for browsing the web.

O que é Leap Motion Integration (Beta)?

Leap Motion Integration (Beta) é uma extensão do Chrome desenvolvida por omeriko9, e sua principal característica é "Enables hand gestures with LeapMotion™ for browsing the web.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Leap Motion Integration (Beta)

Baixe arquivos de extensão Leap Motion Integration (Beta) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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 :)                    

Informações Básicas da Extensão

Nome Leap Motion Integration (Beta) Leap Motion Integration (Beta)
ID ejbbngompmhnbkakomkkllfbcpkbgfmm
URL Oficial https://chrome.google.com/webstore/detail/leap-motion-integration-b/ejbbngompmhnbkakomkkllfbcpkbgfmm
Descrição Enables hand gestures with LeapMotion™ for browsing the web.
Tamanho do Arquivo 238 KB
Contagem de Instalações 341
Versão Atual 1.4
Última Atualização 2013-08-07
Data de Publicação 2013-08-07
Classificação 3.25/5 Total de 12 Avaliações
Desenvolvedor omeriko9
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}