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
- Host: GitHub
- URL: https://github.com/timnew/zoom-tab-closer
- Owner: timnew
- License: mit
- Created: 2020-04-07T00:39:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T00:42:03.000Z (about 6 years ago)
- Last Synced: 2025-01-11T06:24:39.306Z (over 1 year ago)
- Topics: chrome-extension, performance-tools, utility, zoom
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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