| # Chrome Extension | # Chrome Extension | ||||
| ``` | |||||
| chrome-extension/ | chrome-extension/ | ||||
| │ | │ | ||||
| ├── manifest.json # Main configuration file for the extension | ├── manifest.json # Main configuration file for the extension | ||||
| │ ├── utils.js # File containing utility functions | │ ├── utils.js # File containing utility functions | ||||
| │ └── api.js # File containing API call logic | │ └── api.js # File containing API call logic | ||||
| └── README.md # Instructions for using and installing the extension | └── README.md # Instructions for using and installing the extension | ||||
| ``` | |||||
| # Installation | # Installation | ||||
| 1. Open chrome://extensions/. | 1. Open chrome://extensions/. |