Yoda - Gesture control

Feel like a Jedi! Control your browser using hand gestures

Yoda - Gesture control là gì?

Yoda - Gesture control là một tiện ích mở rộng Chrome được phát triển bởi Jagadeesh JKP, và tính năng chính của nó là "Feel like a Jedi! Control your browser using hand gestures".

Tải xuống tệp CRX của tiện ích mở rộng Yoda - Gesture control

Tải xuống các tệp mở rộng Yoda - Gesture control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Yoda - Gesture control Yoda - Gesture control
ID ijjcfaiccpdgoabhflfdndcpkdgeafkg
URL Chính Thức https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg
Mô tả Feel like a Jedi! Control your browser using hand gestures
Kích Thước Tệp 50.24 KB
Số Lần Cài Đặt 55
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2015-08-13
Ngày Phát Hành 2015-08-13
Đánh Giá 3.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Jagadeesh JKP
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}