Creating a firefox plugin

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…