You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project aims to build a webextension for Firefox browser, that can track other Web extension in the browser
3
+
This project aims to build a webextension for Firefox browser, that can track
4
+
other Web extension in the browser
4
5
5
6
For contribution guidelines please have a look [here](CONTRIBUTION.md)
6
7
7
-
## Resources from Mozilla Developer Network to know more about how extension are made and functions:
8
+
## Resources from Mozilla Developer Network to know more about how extension are made and functions:
8
9
9
-
*[What are extensions ?](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions)
10
-
*[Anatomy of a WebExtension](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension)
11
-
*[What is WebExtension APIs(or JavaScript APIs), list of available APIs and how to use it](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API)
10
+
-[What are extensions ?](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions)
11
+
-[Anatomy of a WebExtension](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Anatomy_of_a_WebExtension)
12
+
-[What is WebExtension APIs(or JavaScript APIs), list of available APIs and how to use it](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API)
0 commit comments