Yoda - Gesture control

Feel like a Jedi! Control your browser using hand gestures

Co je Yoda - Gesture control?

Yoda - Gesture control je rozšíření Chrome vyvinuté Jagadeesh JKP, a jeho hlavní funkcí je „Feel like a Jedi! Control your browser using hand gestures“.

Stáhnout soubor CRX rozšíření Yoda - Gesture control

Stáhněte si soubory rozšíření Yoda - Gesture control ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Yoda - Gesture control Yoda - Gesture control
ID ijjcfaiccpdgoabhflfdndcpkdgeafkg
Oficiální URL https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg
Popis Feel like a Jedi! Control your browser using hand gestures
Velikost souboru 50.24 KB
Počet instalací 55
Aktuální Verze 1
Poslední Aktualizace 2015-08-13
Datum Vydání 2015-08-13
Hodnocení 3.20/5 Celkem 5 Hodnocení
Vývojář Jagadeesh JKP
Typ Platby free
Podporované Jazyky 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:\/\/*\/*"
            ]
        }
    ]
}