In this article, I will introduce 10 Google Chrome extensions.
1. Daily 2.0 - Source for Busy Developers
This extension shows you articles that are related to #webdev.
You can also contribute to Daily 2.0.
https://github.com/dailynowco/daily/blob/master/CONTRIBUTING.md
2. JSONView
https://chrome.google.com/webstore/detail/jsonview/chklaanhfefbnpoihckbnefhakgolnmc
I'm using JSONView to check JSON data. Mostly see API responses.
3. OneTab
https://chrome.google.com/webstore/detail/onetab/chphlpgkkbolifaimnlloiipkdnihall?hl=en
OneTab can help us to manage tabs which can also reduce memory usage.
4. OctoLinker
https://chrome.google.com/webstore/detail/octolinker/jlmafbaeoofdegohdhinkhilhclaklkp?hl=en
OctoLinker creates links to libs which you are using for your project.
This is very helpful to check a lib quickly.
5. Wappalyzer
https://chrome.google.com/webstore/detail/wappalyzer/gppongmhjkpfnbhagpmjfkannfbllamg?hl=en
Wappalyzer shows us things websites are using.
The following image is from https://dev.to
6. Octotree
https://chrome.google.com/webstore/detail/octotree/bkhaagjahfmjljalopjnoealnfndnagc?hl=en
Octotree shows the sidebar like project explorer. This is really helpful to access the codes on Github.
7. Refined GitHub
https://chrome.google.com/webstore/detail/refined-github/hlepfoohegkhhmjieoechaddaejaokhf?hl=en
Refined Github can make Github UI more useful. Especially, I like pull request
feature.
8. Toggle JavaScript
https://chrome.google.com/webstore/detail/toggle-javascript/cidlcjdalomndpeagkjpnefhljffbnlo?hl=en
Toggle JavaScript can switch on/off js without opening settings.
9. GitHub Repository Size
This extension shows you the size of the lib's files' size on Github.
10. ColorPick Eyedropper
I'm using this to check the color of things on a website.
Others I'm using
Suggestions from readers
30 Seconds of Knowledge from @marcoribeiroweb
https://chrome.google.com/webstore/detail/30-seconds-of-knowledge/mmgplondnjekobonklacmemikcnhklla
This extension shows us nice tips on programming.
Toby for Chrome from @lyavale95
https://chrome.google.com/webstore/detail/toby-for-chrome/hddnkoipeenegfoeaoibdmnaalmgkpip
This extension helps to manage tabs. However, it has one issue to me since this extension prevents using Daily 2.0 lol