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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
(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 !
확장 프로그램 기본 정보
이름 | |
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:\/\/*\/*" ] } ] } |