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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        (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:\/\/*\/*"
            ]
        }
    ]
}