Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 790 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 790 Bytes

Basic Hello World Chrome Extension

2.png

Setting it up

To install the extension on your local machine-

  1. Navigate to chrome://extensions in your browser.
  2. Check the box next to Developer Mode.
  3. Click Load Unpacked Extension and select the directory for your "Hello World" extension.

Now enable the extension if it isn't, and it should look something like this

1.png

Next Steps

Checkout the documentation if you want to dive deeper into Chrome Extensions.