Chrome Extension
Last updated
Last updated
Please refer to the Chrome Extension developer resources for details on how to write/modify this extension(https://developer.chrome.com/extensions/devguide)
This chrome extension isn't available in the public chrome extension store yet. All the extension files are being hosted locally.
For more information on how to load the local extension to chrome, please refer to Step 2 in this guide (https://support.google.com/chrome/a/answer/2714278?hl=en)
After every change in the extension code, please don't forget to:
Refresh the extension in the Extensions page
Reload the webpage where you are trying to test the extension
Without these steps, the code changes won't reflect in chrome
background.js : Background script for handling events, making calls to openai (https://developer.chrome.com/extensions/background_pages)
content.js : Content script for interacting with the webpage, a.k.a DOM. (https://developer.chrome.com/extensions/content_scripts)
content.css : Hosts all the CSS code used to display the UI elements
manifest.json : Contains basic extension settings like Name, Version, File locations, Permissions, etc.(https://developer.chrome.com/extensions/manifest)
.jpg and .png images : Used in the UI widgets