Leap Touch

Never put down your sandwich.

Cos'è Leap Touch?

Leap Touch è un'estensione di Chrome sviluppata da https://leaptouch.com, e la sua funzione principale è "Never put down your sandwich.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Leap Touch

Scarica i file di estensione Leap Touch 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

                        Control your browsing with a Leap Motion device (www.leapmotion.com).

Click links, switch between and close tabs, go back and forward, etc.

Never put down your sandwich.                    

Informazioni di Base sull'Estensione

Nome Leap Touch Leap Touch
ID fomagommnhckeikpfbeddjojfpdmhcmh
URL Ufficiale https://chromewebstore.google.com/detail/leap-touch/fomagommnhckeikpfbeddjojfpdmhcmh
Descrizione Never put down your sandwich.
Dimensione del File 110 KB
Conteggio Installazioni 339
Versione Corrente 2.0.0
Ultimo Aggiornamento 2013-11-05
Data di Pubblicazione 2013-11-04
Valutazione 2.35/5 Totale 17 Valutazioni
Sviluppatore https://leaptouch.com
Tipo di Pagamento free
Sito Web dell'Estensione http://leaptouch.com/
URL della Pagina di Aiuto http://leaptouch.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leap Touch",
    "description": "Never put down your sandwich.",
    "version": "2.0.0",
    "icons": {
        "16": "Icon-16.png",
        "48": "Icon-48.png"
    },
    "browser_action": {
        "default_icon": "Icon-16.png",
        "default_title": "Recalibrate Leap Touch"
    },
    "background": {
        "persistent": true,
        "page": "background\/background.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "common\/lib\/lodash.custom.js",
                "common\/log.js",
                "common\/lib\/leap.custom.js",
                "common\/platform.chrome.js",
                "common\/config.js",
                "common\/leaptouch.js",
                "handlers\/closenotify.js",
                "handlers\/scroll.js",
                "handlers\/highlight.js",
                "handlers\/finetune.js",
                "handlers\/click.js",
                "handlers\/help.js",
                "handlers\/history.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "*"
    ]
}