This is a sample Chrome extension that shows how to send and receive a message in a Chrome extension.
To load the extension, you need to:
- Clone this repository;
- Go to chrome://extensions/;
- Make sure you are in development mode;
- Click on "Load unpacked extension" and navigate to your extension folder.
From Stackoverflow: