Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I use `jpm` with webextension in Firefox?

I'm starting a Firefox addon and from what I see:

  1. jpm is the tool to manage a Firefox addon ;
  2. WebExtensions are a new way to write Firefox extensions compatible with the extension API supported by Google Chrome and Opera ;
  3. yet I can't find if jpm is usable with WebExtensions.

Question

Is it possible to develop a WebExtensions using jpm?

like image 330
Édouard Lopez Avatar asked Sep 27 '22 16:09

Édouard Lopez


1 Answers

Nope. They’re two separate ways of developing Firefox add-ons.

Just to add a little more detail, if you’re writing an add-on you want people to use now, you probably want to go with jpm. WebExtensions are still being implemented, and while we at Mozilla would love to hear your input on using the API, they’re not ready for production use at this point (Late September, 2015). If you do want to write a WebExtension, I’ve written a tutorial that should help you get started.

like image 59
bwinton Avatar answered Sep 30 '22 03:09

bwinton