Chrome Leap Tools

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

Qu'est-ce que Chrome Leap Tools ?

Chrome Leap Tools est une extension Chrome développée par http://www.shidel.com, et sa fonction principale est "Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chrome Leap Tools

Téléchargez les fichiers d'extension Chrome Leap Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chrome Leap Tools Chrome Leap Tools
ID cdggacgonehkioknlolpdmdnbaollpca
URL Officiel https://chrome.google.com/webstore/detail/chrome-leap-tools/cdggacgonehkioknlolpdmdnbaollpca
Description Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…
Taille du Fichier 33.07 KB
Nombre d'Installations 131
Version Actuelle 0.2
Dernière Mise à Jour 2013-09-12
Date de Publication 2013-09-12
Évaluation 3.00/5 Total 2 Évaluations
Développeur http://www.shidel.com
Type de Paiement free
Site Web de l'Extension https://github.com/shidel-dev/Chrome-Leap-Tools
Langues Prises en Charge 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
}