MJMaxwell Joshuainamazingmax.hashnode.dev·Mar 15 · 8 min read Build Your First Browser Extension Part 2In Part 1, we explored how browser extensions work and broke down the anatomy of an extension, especially the manifest file. Now it’s time to build something real. In this tutorial, we’ll build a Focu00
MJMaxwell Joshuainamazingmax.hashnode.dev·Feb 13 · 5 min readBuild Your First Browser Extension Part 1Browser extensions are one of the most underrated ways to build software. They run inside the browser.They can modify websites.They can add new UI to your browser.And they can turn simple ideas into powerful tools. In this series, we’ll go from zero ...01T