Firefox addon that automatically closes Zoom Tabs
To run an example extension:
- Open Firefox and load the
about:debugging
page. Click Load Temporary Add-on and select themanifest.json
file within the folder of an example extension. Here is a video that demonstrates how to do this. - Install the
web-ext
tool. At the command line, open the example extension's folder and type
web-ext run
. This launches Firefox and installs the extension automatically. This tool provides some additional development features, such as automatic reloading.