https://github.com/artspb/balabol
Balabol for Google Meet
https://github.com/artspb/balabol
Last synced: about 1 month ago
JSON representation
Balabol for Google Meet
- Host: GitHub
- URL: https://github.com/artspb/balabol
- Owner: artspb
- License: apache-2.0
- Created: 2021-01-25T17:03:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T09:57:54.000Z (over 4 years ago)
- Last Synced: 2025-02-05T11:17:21.323Z (3 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Description
Balabol is a Google Chrome extension that shows how much people speak during a Google Meet conference.
## Installation
1. Open [chrome://extensions](chrome://extensions).
2. In the top right corner, enable _Developer mode_.
3. In the top left corner, use the _Load unpacked_ button.
4. Choose the `extension` directory.## Implementation details
The extension uses the session storage to persist data meaning that names and corresponding timestamps are removed as soon as one closes a browser tab. In the meantime, they survive a page reload.
## Acknowledgement
Inspired by [Fugiman/google-meet-grid-view](https://github.com/Fugiman/google-meet-grid-view).