How to Build a Simple Chrome Extension in Vanilla JavaScript

Today, I’m going to show you how to make Chrome extension in vanilla JavaScript — that is, plain JavaScript without any additional frameworks like React, Angular, or Vue…. Source: https://medium.com/javascript-in-plain-english/https-medium-com-javascript-in-plain-english-how-to-build-a-simple-chrome-extension-in-vanilla-javascript-e52b2994aeeb

Art of debugging with Chrome DevTools

Chrome DevTools come with an array of features that help developers debug their apps effectively, and therefore find and fix the bugs faster. There are a lot of power tools in devtools which are not quite well-known amongst the developers…. Source: https://medium.com/frontmen/art-of-debugging-with-chrome-devtools-ab7b5fd8e0b4