DarkTrojan

View on GitHub

Open With WebExtension

What is a WebExtension?

WebExtensions are Firefox's new type of extensions.

Why did Open With become a WebExtension?

From Firefox 57 onwards, all other forms of extension will no longer work. Thus Open With had to change or die.

What's actually different?

Open With can no longer start other applications directly. It needs to do so through a helper program that you will need to install. More on this below.

Open With can also no longer look for browsers on your computer, however the helper program can do this. It's not as good as the old way, but it will do.

You may also find you can't put Open With's buttons where you used to (in the developer tools, for example). It is now only possible to have the buttons in the context menus and on the toolbar.

Will Open With copy my settings from the old version?

No. While it is technically possible for an extension to do this (at least until Firefox 57), I have decided not to do so, due to the lack of time remaining, and because the upgrade process for other extensions has been totally stuffed up by bugs in Firefox.

You can however find all your old browser settings in about:config, they start with extensions.openwith.manual.

How do I install the helper program?

The program is packaged with the helper program. Visit the Open With options page, and follow the instructions.

What happens when I install the helper program?

The helper program will register itself with Firefox by adding some entries to the Windows registry, or on Linux/Mac, creating some files in specific places. This tells Firefox where to find the helper program, so they can communicate. On Windows, another file is also created in the same folder as the helper program to ensure it runs properly.

What is Python, why do I have to install it?

The helper program is written in the Python programming language. You need to have it installed before Open With can do anything. I'd rather you didn't have to do this, but it is the best option available.

You can install either Python 2.7 or Python 3, it doesn't matter which.

What do I do if something is broken?

You can file a new issue on GitHub, but please check to see if someone else has already done so. It's very frustrating getting a dozen complaints about the same thing (especially if there's nothing I can do about it).

Can I just keep using the old Open With?

Yes, but not in Firefox 57 onwards. You can remain using Firefox 56, but that is not recommended (it's a security risk).

To go back to the old version get it from the website, and turn off updates for it through the Add-On Manager.

Will Open With continue to work on SeaMonkey/Thunderbird/Pale Moon?

Yes, although there will only be updates if absolutely necessary.

Will Open With ever come to Google Chrome?

Yes! You can download it from the Chrome store. This version also works in Opera.