Yoda - Gesture control

Feel like a Jedi! Control your browser using hand gestures

What is Yoda - Gesture control?

Yoda - Gesture control is a Chrome extension developed by Jagadeesh JKP, and its main feature is "Feel like a Jedi! Control your browser using hand gestures".

Download Yoda - Gesture control Extension CRX File

Download Yoda - Gesture control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        (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 !                    

Extension Basic Information

Name Yoda - Gesture control Yoda - Gesture control
ID ijjcfaiccpdgoabhflfdndcpkdgeafkg
Official URL https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg
Description Feel like a Jedi! Control your browser using hand gestures
File Size 50.24 KB
Installation Count 55
Current Version 1
Last Updated 2015-08-13
Publish Date 2015-08-13
Rating 3.20/5 Total 5 Ratings
Developer Jagadeesh JKP
Payment Type free
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}