Updated 2020-01-10
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.
- 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.
- Chrome Dev Tools Companion - An extension to hep you learn the ins and outs of Chrome Dev Tools.
- Page Analytics - Displays your Google Analytics data in-page on any website where you've installed Google Analytics.
- Google Analytics Debugger - prints useful page stats to the console by automatically enabling the debug version of the GA script.
- Tag Assistant - Ensure that all your various Google tags are installed correctly and functioning properly.
- User-Agent Switcher for Chrome - Does exactly what the name implies. Makes it easy to switch user-agent strings with a single click.
- WebRTC Network Limiter - Configures how WebRTC's network traffic is routed by changing Chrome's privacy settings.
- Lighthouse - Automated tool for advanced page auditing reports.
- Long Descriptions in Context Menu - Gives you the ability to explore
longdesc
or the newaria-describedat
attribute in a new tab. - Google Maps Platform API Checker - Helps implement licensed Google Maps Platform API.
- Tag Assistant for Conversions Beta - helps validate your website implementation used to measure conversions for Google Ads.
- GitHub Notifier - Shows your GitHub notifications as a Chrome extension badge.
- Refined GitHub - Simplifies the GitHub UI and adds a bunch of useful features.
- Isometric Contributions - Allows you to view your GitHub contributions in an Isometric Graph. Pretty cool and fun!
- OctoLinker - Enables smart navigation between files
- Builds Tab for GitHub - Adds a Builds tab to GitHub
- Contributors on GitHub - Shows information about a user's contributions on GitHub
- GitHub Issue Link Status - Colors issue links by their status
- GitHub Repository Size - Shows the size of a repository along the top of the repo (Next to commits, releases, etc)
- Notifications Preview for GitHub - Shows your notifications on hover
- Wide GitHub - Expands the GitHub interface to the full width of your browser
- Twitter for GitHub - Shows a user's twitter handle in their GitHub profile
- Octo Preview - Shows live markdown previews underneath issues, PRs, comments, etc
- GitHub Hovercard - Name says it all. Enhances tooltips throughout GitHub.
If you're not satisfied with this list, then checkout the AWESOME List of GitHub Extensions