Leap Touch

Never put down your sandwich.

Wat is Leap Touch?

Leap Touch is een Chrome-extensie ontwikkeld door https://leaptouch.com, en de belangrijkste functie is "Never put down your sandwich.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Leap Touch

Download Leap Touch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Leap Touch Leap Touch
ID fomagommnhckeikpfbeddjojfpdmhcmh
Officiële URL https://chromewebstore.google.com/detail/leap-touch/fomagommnhckeikpfbeddjojfpdmhcmh
Beschrijving Never put down your sandwich.
Bestandsgrootte 110 KB
Aantal Installaties 339
Huidige Versie 2.0.0
Laatst Bijgewerkt 2013-11-05
Publicatiedatum 2013-11-04
Beoordeling 2.35/5 Totaal 17 Beoordelingen
Ontwikkelaar https://leaptouch.com
Betalingswijze free
Extensiewebsite http://leaptouch.com/
Help Pagina-URL http://leaptouch.com/
Ondersteunde Talen 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": [
        "*"
    ]
}