How to enable apparently incompatible extensions in Firefox 3
Browser No Comments »I have done a lot of testing with Firefox 3 beta, since it will be released soon and I want to get to know the new features and enjoy the improvements. If you duplicate your old Firefox profile (run "firefox -P" to access the profile manager), you can use both versions on the same system - but only instances of one version to the same time. This works pretty well, so that I have one butter-and-bread tool (thanks for this term, Thomas ;-) ) for my daily work and one unstable, experimental one for testing.
Update:
On OS X you can run both versions at the same time. Awesome! :-)
Unfortunately there are some extensions which do not work with Firefox 3, since their authors have not tested and qualified them to work perfectly with the new version.
Luckily, you can easily install extensions, even if they are not qualified the new version.
- Download the extension file to your computer.
- Unzip the xpi file (it behaves like a zip file) and open
install.rdfwith your favorite editor. - Change the setting of
em:maxVersionto 3.0 or higher (be sure thatem:targetApplicationis Firefox) - Save the file and restore the xpi file.
- Open the extension from your local filesystem with Firefox 3 and install it.
Please note that using an unqualified extension is risky and can cause unexpected behavior and even browser crashes.

