Member-only story
How to Create a Chrome Extension 💖🐱💻❓
Have you ever wanted to create your own Chrome extension? Have you ever wondered how difficult the process would be? Well, it turns out it is super easy — probably a lot easier than you ever imagined.
We all use some of them from our day to day basis — probably most of you reading the article with a VPN, 🔻Downloader, adblocker🚫, etc. installed through extension. It seems like there is a Chrome plugin for just about everything you could ever possibly want.
What We are going to Build ❓
I’ve created simple Launchpad for quick reaching of Social🕸 Websites. The extension can be used as a shortcut to visit social profiles in one click. I chose this example so we can see how to implement a popup with event elements and logic behind it.
We will also have an editor text page where links are stored for the first time. Last⏮ but not the least, we will see how we can easily load💨 the extension.
What is a Chrome Extension❓
Before we get started building our extension, it’s probably a good idea to have a basic understanding of what a Chrome extension is and how Chrome extensions work.