Yoda - Gesture control

Feel like a Jedi! Control your browser using hand gestures

ما هو Yoda - Gesture control؟

Yoda - Gesture control هو إضافة Chrome تم تطويرها بواسطة Jagadeesh JKP، والميزة الرئيسية لها هي "Feel like a Jedi! Control your browser using hand gestures".

تحميل ملف CRX للإضافة Yoda - Gesture control

قم بتنزيل ملفات الامتداد Yoda - Gesture control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        (The extension is in its development stage )Browse your favourite websites without touching a mouse. Install this Yoda Extension and become an Obi Wan Kenobi. May the force be with you !                    

معلومات أساسية عن التمديد

الاسم Yoda - Gesture control Yoda - Gesture control
ID ijjcfaiccpdgoabhflfdndcpkdgeafkg
عنوان URL الرسمي https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg
الوصف Feel like a Jedi! Control your browser using hand gestures
حجم الملف 50.24 KB
عدد التثبيتات 55
النسخة الحالية 1
آخر تحديث 2015-08-13
تاريخ النشر 2015-08-13
تقييم 3.20/5 مجموع تقييمات 5
المطور Jagadeesh JKP
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yoda - Gesture control",
    "manifest_version": 2,
    "version": "1",
    "description": "Feel like a Jedi! Control your browser using hand gestures",
    "browser_action": {
        "name": "Yoda",
        "icons": [
            "yoda.png"
        ],
        "default_icon": "yoda.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.min.js",
                "scripts\/compatibility.min.js",
                "scripts\/objectdetect.min.js",
                "scripts\/objectdetect.handfist.min.js",
                "scripts\/yoda.min.js"
            ],
            "css": [
                "yoda.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}