Leap Touch

Never put down your sandwich.

Vad är Leap Touch?

Leap Touch är en Chrome-tillägg utvecklad av https://leaptouch.com, och dess huvudfunktion är "Never put down your sandwich.".

Tilläggsskärmbilder

screenshot

Ladda ner Leap Touch-förlängningens CRX-fil

Ladda ner Leap Touch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Leap Touch Leap Touch
ID fomagommnhckeikpfbeddjojfpdmhcmh
Officiell webbadress https://chromewebstore.google.com/detail/leap-touch/fomagommnhckeikpfbeddjojfpdmhcmh
Beskrivning Never put down your sandwich.
Filstorlek 110 KB
Antal Installationer 339
Aktuell Version 2.0.0
Senast Uppdaterad 2013-11-05
Publiceringsdatum 2013-11-04
Betyg 2.35/5 Totalt 17 Betyg
Utvecklare https://leaptouch.com
Betalningssätt free
Tilläggswebbplats http://leaptouch.com/
Hjälpsida URL http://leaptouch.com/
Stödda Språk 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": [
        "*"
    ]
}