firefox-addonfirefox-addon-sdkfirefox-addon-webextensionsfirefox-addon-bootstrapfirefox-addon-overlay

Do I need to create an .xpi file to test my Firefox extension?


I have a Firefox extension. When I change the source code, every time I have to create the zip file including the source code and then make it as a .xpi file. Can I avoid this making *.xpi file steps?


Solution

  • For all types of Firefox extensions you can test your extension without the need to create an .xpi file for each iteration.

    WebExtensions

    Add-on SDK extensions

    Bootstrap/Restartless extensions

    Overlay/Legacy/XUL based extensions

    Additional information

    I would suggest you read Installing add-ons for development and Installing a Temporary Add-on which cover these issues in more detail.