Yoda - Gesture control

Feel like a Jedi! Control your browser using hand gestures

Vad är Yoda - Gesture control?

Yoda - Gesture control är en Chrome-tillägg utvecklad av Jagadeesh JKP, och dess huvudfunktion är "Feel like a Jedi! Control your browser using hand gestures".

Ladda ner Yoda - Gesture control-förlängningens CRX-fil

Ladda ner Yoda - Gesture control-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Yoda - Gesture control Yoda - Gesture control
ID ijjcfaiccpdgoabhflfdndcpkdgeafkg
Officiell webbadress https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg
Beskrivning Feel like a Jedi! Control your browser using hand gestures
Filstorlek 50.24 KB
Antal Installationer 55
Aktuell Version 1
Senast Uppdaterad 2015-08-13
Publiceringsdatum 2015-08-13
Betyg 3.20/5 Totalt 5 Betyg
Utvecklare Jagadeesh JKP
Betalningssätt free
Stödda Språk 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:\/\/*\/*"
            ]
        }
    ]
}