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 !
擴展基本資訊
名稱 | |
ID | ijjcfaiccpdgoabhflfdndcpkdgeafkg |
官方網址 | 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:\/\/*\/*" ] } ] } |