Skip to content

Levis44/gather-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gather Extension


🧾 About

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.


⁉️ How to Use?

Shortcuts

\ or , ➡️ Enable/Disable microphone
' or . ➡️ Enable/Disable video
/ or ; ➡️ Share screen

🔧 Tools

  • Javascript

👨‍💻 How to Setup?

Clone project to your computer

  # Clone the project
  $ git clone https://github.com/Levis44/gather-extension.git
  $ cd gather-extension
  $ code .

Change matches links

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.

Add Extension:

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 ✌🏼

About

Gather Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published