Leap Touch

Never put down your sandwich.

Leap Touch là gì?

Leap Touch là một tiện ích mở rộng Chrome được phát triển bởi https://leaptouch.com, và tính năng chính của nó là "Never put down your sandwich.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Leap Touch

Tải xuống các tệp mở rộng Leap Touch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Leap Touch Leap Touch
ID fomagommnhckeikpfbeddjojfpdmhcmh
URL Chính Thức https://chromewebstore.google.com/detail/leap-touch/fomagommnhckeikpfbeddjojfpdmhcmh
Mô tả Never put down your sandwich.
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 339
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2013-11-05
Ngày Phát Hành 2013-11-04
Đánh Giá 2.35/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://leaptouch.com
Loại Thanh Toán free
Trang Web Mở Rộng http://leaptouch.com/
URL Trang Trợ Giúp http://leaptouch.com/
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*"
    ]
}