5 Chrome Extensions to Boost Development Productivity

Welcome to my blog ππ½
I'm a Front-End Developer with a passion for learning!
I write about Programming π©π½βπ» and Productivity Tips β
Search for a command to run...

Welcome to my blog ππ½
I'm a Front-End Developer with a passion for learning!
I write about Programming π©π½βπ» and Productivity Tips β
Awesome list bookmarked it. Can I add these resources to my article? I have an article where I created a list of really useful resources
Glad you liked it! Feel free to add them to your list. Thanks for asking!
These all look great! Iβve been using the JSON formatter extension for a while, super helpful. Definitely going to check out the others π
Awesome! The JSON Formatter is one of my faves from the list. Thanks for reading and I hope you find one of the other extensions to be useful π
Alyssa Holland Just got through checking all of those out. All are great, but man that material theme dev tools is a game-changer! Surprised I hadn't thought to look up themed dev tools before π€¦
Loved it and bookmarked for future reference. I suggest you tag this post with βGeneral Programmingβ so that it gets more visibility.
Thanks for the tip Sandeep Panda! This is my first ever post on Hashnode so I'm still learning the ropes π I'll add that tag and keep that in mind for future posts.
This series contains articles covering my favorite apps, workflows, or tips that I think can help boost a developers productivity.
Code snippets are an essential tool I use daily that vastly speeds up my development process. When I watched a tutorial from Brad Traversy entitled Code Faster With Custom VS Code Snippets, I instantly started customizing my snippets instead of depe...
Although my experience is primarily with front-end development, my current job is affording me the opportunity to do more full-stack work. Naturally, this meant that I needed to explore the different database GUIs available on the market. Here is a l...

A Note on the Series: Fast Fridays π is a series where you will find fast, short, and sweet tips/hacks that you may or may not be aware of. I will try to provide these (fairly) regularly on Fridays. In this Fast Friday tip, I'll explain how to crea...

Over the past year, Iβve started incorporating a Git GUI into my workflow. I still reach for the terminal about 90% of the time, but Iβve found that a GUI can really shine when it comes to things like viewing diffs, checking stashes, or resolving mer...

Simplifying Branch Management with Git Worktree

With all the AI tools popping up these days, I figured I'd try out some speech-to-text software in an attempt to boost my productivity. I've been hearing a lot about βdeveloping at the speed of thoughtβ, so here's a list of the top speech-to-text sof...

As a productivity nerd, I'm always looking for tools to help improve my workflow, so here are the five frequently used extensions I use as a full-time Front-End Developer.
TLDR: Pretty-prints JSON
By default, Firefox nicely formats JSON for you. Unfortunately, Chrome does not have this feature, so until then, use this tool to help turn that raw JSON data into something that is easily legible. You also have the ability to expand and collapse objects so you can reduce some of the noise for larger sets of JSON data.
π¨ Install from Chrome Web Store

TLDR: Adds flare β¨to your tabs
Every time you open a new tab you are greeted with a beautiful background image and encouraging quote and mantra to get you through the day. Momentum has a paid and free version of their extension, but I personally use the free version so that will be the one I discuss.
Here are some additional features:
π¨ Install from Chrome Web Store

TLDR: Simple tool that allows you to view basic CSS properties
I use this when I want to quickly inspect the dimensions of HTML elements. I find this comes in especially handy when I am scaffolding a page for a site at work and I want to ensure that my CSS aligns with the style guide provided by the designers. It's not a perfect tool, but it's a quick way to inspect basic properties, like font-size and width, without having to bust open the DevTools window.
π¨ Install from Chrome Web Store

TLDR: Provides Material Design themes for your DevTools
This extension is for those who want to have more options when it comes to their Chrome DevTools. Currently, Chrome only provides a light and dark theme, so for those who are fans of Material Design I think you'll like this added aesthetic touch.
This extension does require some configuring, so I would recommend watching this short tutorial that shows you how to get things up and running. Once configured, you will have access to a theme switcher allowing you to change themes to your heart's content.
π¨ Install from Chrome Web Store

TLDR: Forces you to double think when trying to access distracting websites
If you're like me and occasionally (or frequently) get distracted when you should be...working π£, here's an extension that can help thwart some of the distraction impulses. Having that extra step of confirming whether or not I want to indulge in distracting behavior is a nice pause to point me back in the right direction.
How it works: When you try to access a site that you have set up as one you want to block, you will be greeted with a background image asking you to confirm from one of two options:
Gotchas: I found that the extension didn't work until I explicitly added something in the "Usually, I'd rather:" section so be wary of that when you first install this.
π¨ Install from Chrome Web Store
For those of you wanting more customized ways to stay focused, check out this article for alternative options.

Thanks for reading, and I hope you will find at least one of these extensions to be a helpful addition to your workflow.