Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# Meet speaking time tracker chrome extension

## How to develop locally

Prerequisites:
- node
- yarn
- npm

If 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 windows

This 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.