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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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": [
        "*"
    ]
}