Leap Touch

Never put down your sandwich.

Hvad er Leap Touch?

Leap Touch er en Chrome-udvidelse udviklet af https://leaptouch.com, og dens hovedfunktion er "Never put down your sandwich.".

Udvidelsesskærmbilleder

screenshot

Download Leap Touch-udvidelses-CRX-fil

Download Leap Touch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Leap Touch Leap Touch
ID fomagommnhckeikpfbeddjojfpdmhcmh
Officiel URL https://chromewebstore.google.com/detail/leap-touch/fomagommnhckeikpfbeddjojfpdmhcmh
Beskrivelse Never put down your sandwich.
Filstørrelse 110 KB
Antal Installationer 339
Nuværende Version 2.0.0
Senest Opdateret 2013-11-05
Udgivelsesdato 2013-11-04
Bedømmelse 2.35/5 Samlet 17 Bedømmelser
Udvikler https://leaptouch.com
Betalingsmetode free
Udvidelseswebsted http://leaptouch.com/
Hjælpeside-URL http://leaptouch.com/
Understøttede Sprog 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": [
        "*"
    ]
}