develop a firefox extension in place (not via encoding to xpi first)?
问题 Developing an extension for Mozilla Firefox I wonder if there is an "easier way" to what I do right now. Currently I do: Create a folder - in which to develop - for example myextension Inside this folder: Create and Edit the Files (like install.rdf, chrome.manifest, xul files. Basically all the other structure of a Firefox extension ( no problem here )) Zip-compress the content of the myextension to a ZIP-file (i.e. named myextension.zip) Rename myextension.zip to myextension.xpi Install the