Hand Gesture recognition control meets web browser
https://chrome.google.com/webstore/detail/swipe-hand-in-the-air/ljobefblafkbhgjihcfemfeedhkbacel
Its a chrome extension which uses hand gesture recognition to change the chrome browser tab.
- Plugin system for handlers set for handling hand gestures.
- Create custom gesture handler for any website. If custom handler is not created, it will fall back to basic handlers described below.
- Wave hand left to right to switch active tab towards right
- Wave hand right to left to switch active tab towards left.
- Wave hand bottom to top to close active tab.
- system plugins which are available :
- Gravity, PaperFold, Tab+Shift navigation, Sound Mute/Unmute, Arrow keys.
- Custom gesture plugin available for websites are :
- facebook.com, play2048.co, slideshare.net, speakersdeck.com,tinder.com,youtube.com
This extension uses a number of open source projects to work properly:
- [ReactJs] - js lib for frontend
-
Navigate to
chrome://extensions/
in Google Chrome. -
Turn on
developer mode
. -
Click on
Load unpacked
. -
Select
dist
directory. -
It should now up in extension list.
- make default plugin generic for voice recognition and hand gesture.