Chrome Leap Tools

Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…

Cos'è Chrome Leap Tools?

Chrome Leap Tools è un'estensione di Chrome sviluppata da http://www.shidel.com, e la sua funzione principale è "Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chrome Leap Tools

Scarica i file di estensione Chrome Leap Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller.  Using the extensions built in settings, you can configure each gesture to exactly the level of sensitivity that you prefer. 

Chrome Leap Tools allows you to:

-Scroll with two fingers
-Navigate history with an open handed swipe
-Close tabs with a three finger pinch

Future gestures:

-Move mouse and click (soon)
-Open hand to create new tab
-Pinch to zoom

This project is open source and can be found at: https://github.com/shidel-dev/Chrome-Leap-Tools

Note: You must have the Leap motion controller plugged in, and the Leap Motion Software installed in order for Chrome Leap Tools to function.                    

Informazioni di Base sull'Estensione

Nome Chrome Leap Tools Chrome Leap Tools
ID cdggacgonehkioknlolpdmdnbaollpca
URL Ufficiale https://chrome.google.com/webstore/detail/chrome-leap-tools/cdggacgonehkioknlolpdmdnbaollpca
Descrizione Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…
Dimensione del File 33.07 KB
Conteggio Installazioni 131
Versione Corrente 0.2
Ultimo Aggiornamento 2013-09-12
Data di Pubblicazione 2013-09-12
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore http://www.shidel.com
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/shidel-dev/Chrome-Leap-Tools
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Leap Tools",
    "version": "0.2",
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Chrome Leap Tools",
        "default_popup": "menu.html",
        "default_icon": {
            "19": "leaptools19.png",
            "38": "leaptools38.png"
        }
    },
    "manifest_version": 2
}