

I don't know about you, but React DevTools and Redux DevTools have been extremely helpful for my daily React development. Now, let's see what kind of Chrome extension we can develop that can help us with our daily development.
#Chrome extension json formatter code
You can check out my repo for a basic Chrome extension setup that includes all the code above.Ĭongrats, we've cleared through the arguably hardest part developing Chrome extension! Manifest.json is where you declare everything about the chrome extension: Now you know the different components of a Chrome extension, let's look at the most important file in every extension, the manifest.json. custom pages (Overriding the History, New Tab, or Bookmarks page).


Still, I feel this talk deserves to be "heard" by everyone interested, so I decided to write the talk out into writing. Unfortunately, due to the Coronavirus Outbreak, and having the Ministry of Health raising the alert to DORSCON Orange, the event was cancelled. I prepared this talk for Chrome Dev Summit Extended 2020 in Singapore. Extensions that has helped my daily development.Switching environments and feature toggles.Communicating between the Content script and the web page.👥 Chrome Developer Summit Extended (Cancelled).The following code shows the supported manifest fields for Extensions, with links to the page that discusses each field.Personalised Development Workspace With Chrome Extension Every extension has a JSON-formatted manifest file, named manifest.json, that provides important information.
