#browsers
Read more stories on Hashnode
Articles with this tag
I always look at the Chrome updates to see what cool new features the team added. In version 107 I spotted a lot of cool things around keyboard...
I started the browser extension series to explore and learn more about how to set up different browser extensions. I learned so much from all the...
This article will examine how we can modify images on the active page. If you'd like to follow along with the article, use the following GitHub branch...
In this article, we'll look at how message sending works. You'll often want to send some data from your popup script to the background worker, where...
We already created a basic extension that made all the websites we visit pink, but what if we want that action to only happen when we click a button...
So far, we have had a couple of articles around popup extensions. These typically thrive on the icon click action. But what about our new tab...