WebExtensions API – Load an extension in Firefox browser.
You can use WebExtensions API to extend the browser’s built-in developer tools. Today I will show you how to test the web extensions-examples from GitHub.
1 2 3 4 | [mythcat@desk ~]$ cd projects/ [mythcat@desk projects]$ git clone https://github.com/mdn/webextensions-examples.git Cloning into 'webextensions-examples'... ... |
The next steps are to run it with the Firefox browser: open Firefox browser; enter about:debugging in the URL bar; use click on the This Firefox; use click on… Read More »