Chrome Leap Tools

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

Τι είναι το Chrome Leap Tools;

Το Chrome Leap Tools είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://www.shidel.com, και η κύρια λειτουργία του είναι "Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Chrome Leap Tools

Λήψη αρχείων επέκτασης Chrome Leap Tools σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chrome Leap Tools Chrome Leap Tools
ID cdggacgonehkioknlolpdmdnbaollpca
Επίσημο URL https://chrome.google.com/webstore/detail/chrome-leap-tools/cdggacgonehkioknlolpdmdnbaollpca
Περιγραφή Chrome Leap Tools is a simple, but powerful way to navigate chrome using your Leap Motion Controller. Using the extensions built…
Μέγεθος Αρχείου 33.07 KB
Αριθμός Εγκαταστάσεων 131
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2013-09-12
Ημερομηνία Δημοσίευσης 2013-09-12
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://www.shidel.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/shidel-dev/Chrome-Leap-Tools
Υποστηριζόμενες Γλώσσες 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
}