Rob--W / open-in-browser

A browser extension that offers the ability to open files directly in the browser instead of downloading them.
Other
83 stars 15 forks source link

SeaMonkey support #44

Closed mittorn closed 5 years ago

mittorn commented 5 years ago

Is it possible to add seamonkey support? It has same download dialog, but extension installs and does not work

Rob--W commented 5 years ago

The current add-on is written using the WebExtensions framework, which is not supported by Seamonkey: https://www.seamonkey-project.org/releases/seamonkey2.49.2/#issues

SeaMonkey does not currently support the WebExtensions add-on api. Some popular add-ons like NoScript are no longer shown because of this on the SeaMonkey add-ons website. You can usually get them from the manufacturers site if you can't find them on AMO. This will be addressed when the SeaMonkey and Thunderbird add-ons move to their own site. WebExtensions support is also a planned feature but will likely not appear in 2018.

Try the XUL-based addon: https://addons.mozilla.org/en-US/firefox/addon/open-in-browser/versions/1.18 Source code for the XUL-based version: https://github.com/spasche/openinbrowser