Yoda - Gesture control

Feel like a Jedi! Control your browser using hand gestures

什么是Yoda - Gesture control?

Yoda - Gesture control是由Jagadeesh JKP开发的Chrome扩展程序,该扩展的主要功能是“Feel like a Jedi! Control your browser using hand gestures”。

下载Yoda - Gesture control扩展crx文件

下载Yoda - Gesture control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Yoda - Gesture control Yoda - Gesture control
ID ijjcfaiccpdgoabhflfdndcpkdgeafkg
官方URL https://chrome.google.com/webstore/detail/yoda-gesture-control/ijjcfaiccpdgoabhflfdndcpkdgeafkg
简介 Feel like a Jedi! Control your browser using hand gestures
文件大小 50.24 KB
安装次数 55
当前版本 1
更新时间 2015-08-13
上架时间 2015-08-13
评分 3.20/5 共5次评分
开发者 Jagadeesh JKP
付费类型 free
支持的语言 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:\/\/*\/*"
            ]
        }
    ]
}