Hello,
I am Iryna Kyryk and I want to develop my own add-on. Is it possible to develop add-on of my choice?
Hello,
I am Iryna Kyryk and I want to develop my own add-on. Is it possible to develop add-on of my choice?
You can build whatever you want! If you want a simple extension I recommend looking at the ExampleWeb extensions and at their GitHub repository. You can start from one of them. The browser support page helps a lot with the compatibility between browsers.
If you are a ninja web dev and you know your way around JS, want to build a more complex WebExtension I suggest you should use this yeaoman generator.
If you want your addon on addons.mozilla.org then you need to respect the listed Addons column, if you want it not to be public (internal company WebExtension) then you need to respect the unlisted column.
Thee about:debugging
in Firefox is the way to debug it.