Top 10 Google Chrome Extensions I Use As Backend Web Developer

Many extensions are available for chrome which helpful in any way but I am going to share what I use as a backend developer and going to explain how they are helping me speed up the daily work. So let us start,
 

Fake Filler

 
I use fake filler every day and it saves me a lot of time during development and testing. It fills the form with all inputs on a page with fake/dummy data. So you don't have to enter one by one.
 
learn more here: Fake Filler
 

JSON Formatter

 
When I am building simple APIs or interacting with any other API and I don't want to leave chrome then JSON Formatter helps me a lot. I use this for formatting the response in the browser.
 
learn more here: JSON Formatter
 

Nimbus Capture

 
When I finish adding a feature or I have to clarify something to the client via screenshot or screencast then Nimbus is one solution for me I feel. It is not specific to web developers but it helps me a lot.
 
Learn more: Nimbus Capture
 

Wappalyzer

 
Wappalyzer is used to detect the Web technologies like cms, framework, etc is using. I used this to see what are others are using to build robust web applications and what I can learn from them.
 
Learn more: Wappalyzer
 

Vue.js devtools

 
When I have to work with vue.js this helps me debug vue.js applications.
 
Learn more: Vue.js Devtools
 

daily.dev

 
This extension is very helpful and it keeps me up to date about dev news, blog, and programming news.
 
Learn more: Daily.dev
 

Lorem Ipsum Generator

 
Again this one is for adding data to form input and testing the form. This extension helps me to generate random text.
 
 

Clear Cache

 
When a page is loaded frequently browser used to cache the content and this cause problem sometimes when you're testing things out. So this extension helps me clear the cache so that you don't have to go through setting all the time.
 
learn more: Clear Cache
 

Web Developer

 
This extension has a set of tools for web developers which help in any way.
 
learn more: Web Developer
 

Google Keep

 
I use this extension for saving if I find any important website, links. I often use it to keep information on UAT servers and things like that.
 
Learn more: Google Keep
 
Thank you for reading.
 
Stay safe.