Types of browser extensions

I'm a full-stack developer from South Africa 🇿🇦. I love writing about JavaScript, HTML and CSS.
Search for a command to run...

I'm a full-stack developer from South Africa 🇿🇦. I love writing about JavaScript, HTML and CSS.
No comments yet. Be the first to comment.
Now that we learned the different types of extensions, let's see how we can create our first browser extension. In this article, we'll create an extension that changes the body color on each page to pink. Because pink is a great color. The browser e...
Most of you know me for my consistency, a golden arrow in my blog series. I've written 1000 articles in 1008 days! Almost an article a day, and my honeymoon was the only holiday I ever took. I'm super proud of this achievement; it has been a fantasti...

It's not the first time I'll be talking about community. I think it's an essential aspect of any successful tool. This shows in my previous explorations of Astro, Medusa, and now Vendure as well. All these products thrive in a super open, welcoming, ...

The cool part about Vendure is how easy it is to set up and how abstract each layer is. Basically, we get the following elements: External database Server Worker Admin UI Frontend While this is amazing, it also brings a bit of complexity when it co...

The previous article looked at customizing Vendure on a data and process level. In this article, we'll look at customizing emails, as they are often a big part of a webshop system. We'll be looking at two different layers of customization for customi...

Even though Vendure is a pretty significant project out of the box, in some cases, we might want to go in and modify some elements to work to our specific use case. In this article, I'll take a high-level look at some elements we can customize within...

Browser extensions are a great way of customizing our browser experience. I've already written down my top 10 Chrome extensions for developers.
I want to start a small series on browser extensions and before diving into how to build one, let's look at what kind of extensions we can even create.
I found this information super hard to find, and there is no definitive source. I've done my research and found a collection of the ones mentioned in this article.
Note: They might be more, and I would love to hear if that's the case
Summary of what we'll be going through today.
Sub note: I'll mostly look at Chrome as it's the most extended one, but most of these are also available for firefox and edge.
This one is often overlooked, but you can provide a theme for the browser. This is considered a browser extension as well.
You give the end user a custom theme like we are used in our editors.
A theme is still an extension but without HTML and JavaScript.
It's also possible to apply customization in the Chrome new tab. This comes with color and background options to make Chrome pop a bit more.

The new tab is your home front in any browser, and there are a lot of cool apps to make that new tab super valuable.
The best one, of course, is daily.dev.
But it's not limited to that. There is a rise in these fantastic new tab experience apps.
To me, these are super helpful apps that depending on why you use Chrome, can help make it more productive.
Overview of some new tab extensions on Chrome
Another type of extension is the pop-up extension, which you see a lot.
They add an icon in your browser's tab bar, and they fire a pop-up with some extensions on click.
Some examples you might know include:
They generally provide action for that page and give the user a shortcut to a specific action.

Another type of extension is the one that injects on certain pages.
They often provide actions for particular content for example:
But they can also fire on all pages, this often requires a click, but some examples are text audit, accessibility tools, and so on.

One type of extension I wasn't aware of before diving into this research article was DevTools!
You can create an extension that can show up in the DevTools of a browser.
Some examples are:
There are a lot of different browser extensions we can create that will enhance the user's experience within the browser.
Seeing we are growing into more and more of an online world, it's a great time to start exploring what kind of browser extensions you could create to help people.
I plan to write some more articles on how to create these and what options they give us.
Thank you for reading my blog. Feel free to subscribe to my email newsletter and connect on Facebook or Twitter