Skip to content

Firefox/SeaMonkey/Thunderbird extension that makes extension development easier: it allows automatically adding or updating browser extensions, e.g. via command line tools.

License

Notifications You must be signed in to change notification settings

dorotkapsotka1984/autoinstaller

 
 

Repository files navigation

Extension Auto-Installer

Extension Auto-Installer is a helper for Firefox/SeaMonkey/Thunderbird extension developers: it allows automatically adding or updating browser extensions, e.g. via command line tools. This makes testing your changes easier. Detailed description

Prerequisites

How to build

Run the following command:

python build.py build

This will create a development build with the file name like autoinstaller-1.2.3.nnnn.xpi. In order to create a release build use the following command:

python build.py build --release

How to test

Testing your changes is easiest if you already have Extension Auto-Installer installed, e.g. the stable version. Then you can push the current repository state to your browser using the following command:

python build.py autoinstall 8888

Extension Auto-Installer will be updated automatically, without any prompts or browser restarts.

About

Firefox/SeaMonkey/Thunderbird extension that makes extension development easier: it allows automatically adding or updating browser extensions, e.g. via command line tools.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.2%
  • JavaScript 37.8%