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

https://github.com/timnew/zoom-tab-closer

zoom-tab-closer
https://github.com/timnew/zoom-tab-closer

chrome-extension performance-tools utility zoom

Last synced: 20 days ago
JSON representation

zoom-tab-closer

Awesome Lists containing this project

README

          

# Close Zoom Tab when it is succeeded

Chrome extension to close the tab opened by ZOOM after 30 sec if it is succeeded

## How to install

**CAUTION:** Chrome v75 upgraded security restrictions that can only install extension from Chrome WebStore. So if you see `CRX_REQUIRED_PROOF_MISSING` or similar error when install the extension, try install it from source

1. Download the Chrome extension from https://github.com/timnew/zoom-tab-closer/raw/release/zoom-tab-closer.crx
2. Double click and install it

## How to install from source

1. Turn on developer mode first if you haven't (Check instruction below if you don't know how to)
2. Download the code from https://github.com/timnew/zoom-tab-closer/archive/master.zip, and unzip it
3. Open Chrome Extension Manager: [chrome://extensions/](chrome://extensions/)
4. Click `Load unpacked`, and select the unzipped folder

## Turn on develper mode

1. Open Chrome Extension Manager: [chrome://extensions/](chrome://extensions/)
2. Click developer mode switch (on top right corner of the screen) to `on`
3. You will see `Load unpacked` on the toolbar if you succeeded