So, edit the code, zip to xpi, install the add-on, test, repeat.
Nice for testing a few examples, but it becomes quickly tedious. There must be a smarter way, there surely is a smarter way, but I'm not smart enough to find it myself. Help ? How do you do it ? The goal is to smoothen the learning curve by quickly testing features and ideas.
I've thought of the following, but don't really know if it could work, nor where to start :
- Have the addon scripts link to external js files, so you can install the addon once and for all, then quickly edit the external files at will
- utilize the update mechanism, but I'm not sure it pertains to WebExtensions
- make an ad-hoc webExtension to update the one I'm developping
- ...?