Gather Extension is an extension wich was created to make a better UX when using Gather. It implements shortcuts to share your screen and enable/disable microphone and video.
\ or , ➡️ Enable/Disable microphone
' or . ➡️ Enable/Disable video
/ or ; ➡️ Share screen
- Javascript
# Clone the project
$ git clone https://github.com/Levis44/gather-extension.git
$ cd gather-extension
$ code .Go to manifest.json
{
"manifest_version": 2,
"name": "Gather Extension",
"version": "1.0.0",
"content_scripts": [
{
"matches": ["${your-gather-server-link}"],
"js": ["main.js"]
}
]
}Change the matches property with your gather server link.
Click on "Customize and control google chrome".
Go to More tools -> Extensions
Activate Developer Tool
Load Unpacked
Choose your directory we cloned before. Check if does not exists other directories inside the cloned one.
After all that, reload your Gather window and feel free to use the extension.
Done by Levi Bernardelli Ciarrocchi ✌🏼





