Leap Touch

Never put down your sandwich.

Leap Touchคืออะไร?

Leap Touch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://leaptouch.com และคุณลักษณะหลักของมันคือ "Never put down your sandwich."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Leap Touch

ดาวน์โหลดไฟล์ส่วนขยาย Leap Touch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Leap Touch Leap Touch
ID fomagommnhckeikpfbeddjojfpdmhcmh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/leap-touch/fomagommnhckeikpfbeddjojfpdmhcmh
คำอธิบาย Never put down your sandwich.
ขนาดไฟล์ 110 KB
จำนวนการติดตั้ง 339
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2013-11-05
วันที่เผยแพร่ 2013-11-04
คะแนน 2.35/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://leaptouch.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://leaptouch.com/
URL หน้าช่วยเหลือ http://leaptouch.com/
ภาษาที่รองรับ 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": [
        "*"
    ]
}