Skip to content

Instantly share code, notes, and snippets.

@gtallen1187
Last active February 3, 2021 19:51
Show Gist options
  • Save gtallen1187/5aa709de495a6dee39403889d7669438 to your computer and use it in GitHub Desktop.
Save gtallen1187/5aa709de495a6dee39403889d7669438 to your computer and use it in GitHub Desktop.
Chrome Extensions for Software Development

Updated 2020-01-10

Chrome Extensions for Developers

Below is a list of Chrome extensions that I've found to be especially helpful for software development. There's a section for Chrome Extensions by Google, and another section for Chrome Extensions for GitHub.

Developer Extensions

  • Clear Cache - A simple extension that clears your browser cache (and optionally history, cookies, etc) with a single click. I use this extension multiple times per day.
  • Library Sniffer - Identifies the technologies running any web page.
  • WhatRuns - Same thing as Library Sniffer, but somehow picks up on a completely different list of technologies.
  • Window Resizer - Emulate other devices/platforms by quickly resizing your screen. Chrome Dev Tools offers this functionality too, but this exension can sometimes be a quicker alternative.
  • ColorPick Eyedropper - Quickly identify the Hex code or RGB values of any color on any webpage simply by hovering over it.
  • WhatFont - The font equivalent to Colorpicker, this extension allows you to easily identify any font on any webpage simply by hovering over it.
  • Crouton Integration - Only matters if you hae a Chromebook. If you do have a chromebook, and you're reading this list, then you already know what crouton is.
  • JSON Viewer - Prettifies minified JSON responses for easy reading.
  • bl.ocks.org - Extension from Mike Bostock that "renders" your gists.
  • Vue.js devtools - Devtools extensions for debugging Vue.js applications. Beta channel also available.
  • uBlock Origin - Hands-down best wide-spectrum blocker (ad blocker) available.
  • Google Input Tools - Must-have if you know other languages and stuff like that.

By Google

For GitHub

If you're not satisfied with this list, then checkout the AWESOME List of GitHub Extensions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment