Test if your chrome browser is ready Download Sample code by google install and test, or this Anatomy of a plugin As in this article Create a new chrome browser Plugin Basically 4 steps are to be kept in mind Step 1 : Create a manifest.json file Step 2 : Create a background.js script Step…
Month: April 2022
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…
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…