Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 498 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 498 Bytes

chrome-extension-react

A Chrome Extension in ReactJs

The extension changes the background color of a webpage to green when clicked on button inside popup.

Loading the extension

  • Clone the repo in your local system
  • open chrome://extensions
  • make sure that developer mode is turned on
  • click load unpacked and select the repo

Follow the blog for steps on how to create this extension.