Leap Touch

Never put down your sandwich.

Apa itu Leap Touch?

Leap Touch adalah ekstensi Chrome yang dikembangkan oleh https://leaptouch.com, dan fitur utamanya adalah "Never put down your sandwich.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Leap Touch

Unduh file ekstensi Leap Touch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Leap Touch Leap Touch
ID fomagommnhckeikpfbeddjojfpdmhcmh
URL Resmi https://chromewebstore.google.com/detail/leap-touch/fomagommnhckeikpfbeddjojfpdmhcmh
Deskripsi Never put down your sandwich.
Ukuran File 110 KB
Jumlah Instalasi 339
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2013-11-05
Tanggal Publikasi 2013-11-04
Penilaian 2.35/5 Total 17 Penilaian
Pengembang https://leaptouch.com
Tipe Pembayaran free
Situs Ekstensi http://leaptouch.com/
URL Halaman Bantuan http://leaptouch.com/
Bahasa yang Didukung 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": [
        "*"
    ]
}