joshx
WorkWritingResume
joshx
© 2026
Writing
December 1, 20202 min read

5 Best Chrome Extensions for Developers' productivity

Many developers use Chrome as their primary browser for development.

Google Chrome already has a lot of built-in features, like the Chrome DevTools; which can help you edit pages on-the-fly, audit web pages and diagnose problems quickly; however, you can extend your Chrome browser using some extensions to improve your productivity.

5 Best Chrome Extensions for Developers

Wappalyzer

Wappalyzer Chrome extension

Wappalyzer is simply a technology profiler that shows you what websites are built with.

It uncovers more than a thousand technologies in dozens of categories such as programming languages, analytics, marketing tools, payment processors, CRM, CDN and others.

Fake Filler

Fake Filler Chrome extension

This extension is probably one of my best, especially when it comes to filling a form with a lot of fields.

Just by right-clicking and selecting Fill all inputs, you have a form with randomly generated fake data.

JSONView

JSONView Chrome extension

If you work with JSON, this extension is definitely for you.

JSONView formats and prints JSONP and JSON in the browser in a tempting format.

It also allows for customizable themes, syntax highlighting, clickable URLs, collapsible nodes, the choice to show line numbers, etc.

Code Cola

Code Cola Chrome extension

Code Cola is just another cool Chrome extension for editing online pages' CSS style visually and sharing CSS properties.

The Great Suspender

The Great Suspender Chrome extension

This extension suspends tabs that have not been viewed after a configurable length of time, this way freeing up the memory and CPU being consumed by that tab.

Some other cool features include:

  1. Optionally show screen capture of tab before it was suspended

  2. Detects tabs playing audio and can prevent them from suspending

  3. Whitelist specific URLs or domains that you do not want to suspend

Originally published on Hashnode.
This article was originally published on Hashnode and has been republished here as part of my personal blog.
Next6 common mistakes programmers make when starting out
All articles