Skip to content

Instantly share code, notes, and snippets.

@thatkookooguy
Last active December 14, 2021 17:10
Show Gist options
  • Save thatkookooguy/dea94eb54741c622e9ff0154c633fcf4 to your computer and use it in GitHub Desktop.
Save thatkookooguy/dea94eb54741c622e9ff0154c633fcf4 to your computer and use it in GitHub Desktop.
Recommended Chrome Extensions for Developers

Chrome Extension Recommendations

. Name Description
image wappalyzer Identify web technologies
Wappalyzer is a technology profiler that shows you what websites are built with.
Find out what CMS a website is using, as well as any framework, ecommerce platform, JavaScript libraries and many more.

Wappalyzer is more than a CMS detector or framework detector: it uncovers more than a thousand technologies in dozens of categories such as programming languages, analytics, marketing tools, payment processors, CRM, CDN and others.

Install Wappalyzer for Chrome to find out the technologies used on websites you visit at glance.
image GitHub Isometric Contributions Renders an isometric pixel view of GitHub contribution graphs.
This extension allows you to toggle between the normal GitHub contribution chart and an isometric pixel art version.
image Sourcegraph Adds code intelligence to GitHub, GitLab, and other hosts: hovers, definitions, references. For 20+ languages.
image GitZip for github It can make the sub-directories and files of github repository as zip and download it
Why GitZip:
- You DO NOT have to download the whole project just for those few files/dirs you need.
image Git History Browser Extension This browser extension adds a button (when you visit a file on github, gitlab, bitbucket) to open file on https://githistory.xyz
image ColorZilla Advanced Eyedropper, Color Picker, Gradient Generator and other colorful goodies
image Angular DevTools Angular DevTools extends Chrome DevTools adding Angular specific debugging and profiling capabilities.
image PerfectPixel by WellDoneCode (pixel perfect) This extension helps develop your websites with pixel perfect accuracy!

PerfectPixel allows developers and markup designers put a semi-transparent image overlay over the top of the developed HTML and perform pixel perfect comparison between them.
image Tampermonkey The world's most popular userscript manager

Tampermonkey is used to run so-called userscripts (sometimes also called Greasemonkey scripts) on websites.
Userscripts are small computer programs that change the layout of a page, add or remove new functionality and content, or automate actions.

Feel Free to ad more recommendation

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