Google Chrome Add-On's Every Web Developer Needs


Several Google Chrome Add-on's every developer needs.

Published on February 24, 2018 by Mike Chilson

Browser Add-on Programming

1 min READ

I was thinking the other day about the tools I use on a daily basis when doing web development and decided to do do a short post on my “go-to” Chrome add-on’s. These are popular but somewhat simplistic tools that are small, fast and don’t get in your way until you need to use them. So let’s get started!

CSS Peeper Ever wondered what’s the line-height, font or a button size on a website? This add-on provides you the tools to satisfy your curiosity. You can inspect code in the easiest possible way. Check the hidden CSS style of objects, colors and assets on the web without digging through code.

Pesticide This extension inserts the Pesticide CSS temporarily into the current page, outlining each element to better see placement on the page. This is a great tool to help you align your div’s and such.

WhatFont  What is the easiest way to find out the fonts used in a webpage? With this extension, you can inspect web fonts by just hovering on them. It is that simple and elegant. It also detects the services used for serving the web fonts.

Colorzilla  With ColorZilla you can get a color reading from any web page or point in your browser, quickly adjust this color and paste it into another program. Get a sites’ color pallet, generate CSS gradients, and many other great features.

I hope you find these tools as useful as I do on a daily basis.