adityapal.netlify.appLearn How to create a Chrome Extension using webpack, React and tailwind CSS.We will make a new folder and use our IDE to open it. Run the following commands after our IDE has been launched: npm init -y A package.json file will be created that contains descriptive and functional metadata about our project, such as a name, ...Jul 17, 2023·8 min read
adityapal.netlify.appLearn How to Deploy Chrome Extension Locally for DevelopersIn this article, we will learn what is Chrome extension and how to use it locally. Let's get started: What is Chrome Extension? Extensions are computer programmes that let users personalise their Chrome surfing experience. They are created using web ...Jun 29, 2023·1 min read