Using the extension, users can control webpage scrolling through hand gestures captured by their device's camera. The extension processes the video feed to detect hand movements and translates these gestures into scrolling actions on the webpage.
To use Scrollhand, you need to have a compatible web browser that supports extensions. Once the extension is installed, it can be accessed through the browser's extension menu.
- Download the extension package from here.
- Extract the contents of the package to a directory on your computer.
- Open your web browser and navigate to the extensions page (e.g.,
chrome://extensions/for Chrome). - Enable "Developer mode" (usually found in the top right corner).
- Click on "Load unpacked" and select the directory where you extracted the extension files.
- The extension should now be installed and ready to use. See the image below for an example of use:
To run the project in development mode, you need to follow the steps required for Quasar BEX development.
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/MatheusNascimentoti99/Scrollhand.git cd Scrollhand -
Install dependencies:
npm install
-
Run the project in development mode:
quasar dev -m bex
This will start the development server and load the extension in a browser for testing.
To build the project for production, use the following command:
quasar build -m bexThis will generate the necessary files to package and distribute the browser extension.
For more details about Quasar BEX, refer to the official documentation.

