Yoda - Gesture control

Feel like a Jedi! Control your browser using hand gestures

Co to jest Yoda - Gesture control?

Yoda - Gesture control to rozszerzenie Chrome opracowane przez Jagadeesh JKP, a jego główną funkcją jest „Feel like a Jedi! Control your browser using hand gestures”.

Pobierz plik CRX rozszerzenia Yoda - Gesture control

Pobierz pliki rozszerzeń Yoda - Gesture control w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Yoda - Gesture control Yoda - Gesture control
ID ijjcfaiccpdgoabhflfdndcpkdgeafkg
Oficjalny URL https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg
Opis Feel like a Jedi! Control your browser using hand gestures
Rozmiar pliku 50.24 KB
Liczba instalacji 55
Aktualna Wersja 1
Ostatnia Aktualizacja 2015-08-13
Data Publikacji 2015-08-13
Ocena 3.20/5 Łącznie 5 Oceny
Deweloper Jagadeesh JKP
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
            ]
        }
    ]
}