Test if your firefox is ready Download Sample code by firefox install and test Anatomy of a plugin As in firefox documentation Ensure console.log works To make console.log work in add on Go to about:config create key extensions.sdk.console.logLevel with value all, if not already exists ref Create a new Firefox Plugin Basically 4 steps are…
Category: Firefox
Click on the right most icon in the firefox tool bar(3 lines) In the popup, click "More Tools" Click "Remote Debugging" OR Alternately you may go directly to about:debugging choose "This Firefox" Click "Load Remporary Extensions" button Enter/Choose folder of plugin Choose maifest.json The plugin will be shown as loaded Update Settings of plugins with…