Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Creating Plugins for this extension

hitesh saini edited this page Aug 14, 2020 · 1 revision

There are two type of scripts that you can run right now.

first one is for Hand gesture and second one is for voice input.

Hand Gesture scripts:-

hand gesture scripts are those scripts which are invoked by hand gesture recognition callback, and its callback has access to hand movement direction, so based upon current tab url, you can run your script and have access to hand movement direction.

How to create Hand Gesture Scripts?

Voice Input:-

Voice Input scripts are those scripts which are invoked by voice recognition input callback and its callback has access to recognized word, so based upon current tab url, you can run your scripts and have access to recognized voice string input.

Clone this wiki locally