Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alcaprar/meet-speaking-time
Chrome extension that shows participants speaking time.
https://github.com/alcaprar/meet-speaking-time
chrome extension extension-chrome
Last synced: 3 months ago
JSON representation
Chrome extension that shows participants speaking time.
- Host: GitHub
- URL: https://github.com/alcaprar/meet-speaking-time
- Owner: alcaprar
- Created: 2021-02-12T17:08:01.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T05:31:28.000Z (about 2 years ago)
- Last Synced: 2024-10-06T03:07:27.136Z (4 months ago)
- Topics: chrome, extension, extension-chrome
- Language: TypeScript
- Homepage:
- Size: 593 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Meet speaking time tracker chrome extension
## How to develop locally
Prerequisites:
- node
- yarn
- npmIf you want to develop this extension locally, you need to:
- clone this repo
- install dependencies: `yarn install`
- run `yarn watch` for unix
- run `yarn watch-win` for windowsThis will create a dist folder that you can load as a `Unpacked extension` in your chrome: https://developer.chrome.com/docs/extensions/mv2/getstarted/#manifest.
Whenever you change some code, webpack will automatically re-build the package but you have to **manually** reload the extension in Chrome's settings page. After this you may need to refresh the Google meet page in order to restart the scripts.