Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Coderantine/VirtualBackgroundsForWeb
Virtual backgrounds for Google Meet
https://github.com/Coderantine/VirtualBackgroundsForWeb
Last synced: 3 months ago
JSON representation
Virtual backgrounds for Google Meet
- Host: GitHub
- URL: https://github.com/Coderantine/VirtualBackgroundsForWeb
- Owner: Coderantine
- Created: 2020-04-24T19:32:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T03:14:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-27T16:34:59.556Z (7 months ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/virtual-backgrounds-for-g/ghlkgnalbbkgpdlodjlackgjehofahoc
- Size: 3.64 MB
- Stars: 50
- Watchers: 7
- Forks: 14
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Virtual backgrounds for Google Meet
Allows to use images as a background during Google Meet calls
![](https://github.com/Coderantine/VirtualBackgroundsForWeb/blob/master/assets/bbc.gif)
### Development
Ensure you have
- [Node.js](https://nodejs.org) 10 or later installed
- [Yarn](https://yarnpkg.com) v1 or v2 installedThen run the following:
- `yarn install` to install dependencies.
- `yarn run dev:chrome` to start the development server for chrome extension
- `yarn run build:chrome` to build chrome extension- **Load extension in browser**
- Go to the browser address bar and type `chrome://extensions`
- Check the `Developer Mode` button to enable it.
- Click on the `Load Unpacked Extension…` button.
- Select your extension’s extracted directory.