Building an Open Source Chrome Extension from Scratch -- Part 1
In this series , we will make a Chrome Extension from scratch which will tell us the number of tabs open in the browser.
Prerequisites
For this extension, you will need basic HTML
JavaScript DOM manipulation, callback functions.
We will be coveri...
aunicorndev.hashnode.dev6 min read