https://github.com/kawamataryo/sync-raise-hand
Your real raised hand will be synchronized with the action of the raise button in Google Meet.
https://github.com/kawamataryo/sync-raise-hand
chrome chrome-extensions
Last synced: 2 months ago
JSON representation
Your real raised hand will be synchronized with the action of the raise button in Google Meet.
- Host: GitHub
- URL: https://github.com/kawamataryo/sync-raise-hand
- Owner: kawamataryo
- License: mit
- Created: 2021-08-21T21:21:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T07:16:14.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:42:04.848Z (3 months ago)
- Topics: chrome, chrome-extensions
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/sync-raise-a-hand/pimhkdcdgmedijjnjeagagnnddgbcnkm
- Size: 325 KB
- Stars: 78
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[Download in Chrome Web Store](https://chrome.google.com/webstore/detail/sync-raise-a-hand/pimhkdcdgmedijjnjeagagnnddgbcnkm)
## ✨ Feature
- ✋ Your real raised hand will be synchronized with the action of the raise button in Google Meet.
- 🔐 All processing is done within the browser. No image data will be sent to the any server.Powerd by [handtrackjs](https://github.com/victordibia/handtrack.js/) and [vitesse-webext](https://github.com/antfu/vitesse-webext).
## 🎬 Demo
https://user-images.githubusercontent.com/11070996/130861858-00b7bb2d-ab87-457b-ade6-2bc42f6c71f7.mp4
## 📦 Install
[Download in Chrome Web Store](https://chrome.google.com/webstore/detail/sync-raise-a-hand/pimhkdcdgmedijjnjeagagnnddgbcnkm?hl=ja&authuser=1)
## 🔫 Troubleshooting
If Sync Raise Hand does not work for you, please check the following.- Do you have Snap Camera running?
- If Snap camera is running, no motion will be detected. Please stop Snap camera and then reload the page.
- Does the Google Meet settings in Chrome allow the camera to be controlled from JavaScript?
- Since Sync Raise Hand uses a camera to detect raised hands, please make sure that JavaScript is available to control the camera.Check your camera settings at [chrome://settings/content#media-stream-mic](chrome://settings/content#media-stream-mic).(Related [#2](https://github.com/kawamataryo/sync-raise-hand/issues/2))## 🖥 Contributing
Contributions are welcome 🎉
We accept contributions via Pull Requests.### Development
```bash
$ git clone https://github.com/kawamataryo/sync-raise-hand.git
$ cd sync-raise-hand
$ pnpm i
$ pnpm build
```