Leap Touch

Never put down your sandwich.

Co to jest Leap Touch?

Leap Touch to rozszerzenie Chrome opracowane przez https://leaptouch.com, a jego główną funkcją jest „Never put down your sandwich.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Leap Touch

Pobierz pliki rozszerzeń Leap Touch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Leap Touch Leap Touch
ID fomagommnhckeikpfbeddjojfpdmhcmh
Oficjalny URL https://chromewebstore.google.com/detail/leap-touch/fomagommnhckeikpfbeddjojfpdmhcmh
Opis Never put down your sandwich.
Rozmiar pliku 110 KB
Liczba instalacji 339
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2013-11-05
Data Publikacji 2013-11-04
Ocena 2.35/5 Łącznie 17 Oceny
Deweloper https://leaptouch.com
Typ Płatności free
Strona Rozszerzenia http://leaptouch.com/
Adres URL Strony Pomocy http://leaptouch.com/
Obsługiwane Języki 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": [
        "*"
    ]
}