This is a simple chrome extension which i built
Steps to make
- Make a manifest.json file and add all the met data about the extension
- Add what all we want in popup.html file
- Add javascript i.e what we are fetching and all
- Add CSS to it
- upload any images we will be using eg - logo img
In chrome
- Search chrome://extensions/
- From there turn on developer's mode
- click on load unpacked
- then select folder which contains extension files...specially manifest.json
- then we can see our extension in chrome
####IMPORTANT
make sure that the folder which contains manifest files is a root folder.
Use UTF - 8 encoding