Yoda - Gesture control

Feel like a Jedi! Control your browser using hand gestures

Apa itu Yoda - Gesture control?

Yoda - Gesture control adalah ekstensi Chrome yang dikembangkan oleh Jagadeesh JKP, dan fitur utamanya adalah "Feel like a Jedi! Control your browser using hand gestures".

Unduh Berkas CRX Ekstensi Yoda - Gesture control

Unduh file ekstensi Yoda - Gesture control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Yoda - Gesture control Yoda - Gesture control
ID ijjcfaiccpdgoabhflfdndcpkdgeafkg
URL Resmi https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg
Deskripsi Feel like a Jedi! Control your browser using hand gestures
Ukuran File 50.24 KB
Jumlah Instalasi 55
Versi Saat Ini 1
Terakhir Diperbarui 2015-08-13
Tanggal Publikasi 2015-08-13
Penilaian 3.20/5 Total 5 Penilaian
Pengembang Jagadeesh JKP
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}