This extension adds an AI chat bot to the maang.in/problems/* route
- Added a "AI chat button" which appears on only /problems route, even if the site used client side rendering.
- Added a AI chat bot to the chat box which answers question, and it has the context of the problem too.
- Once the chat button is clicked it removes the button and get replaced by a chat box, which looks clearner.
- When site is changed the chat box gets removed, and the AI chat button is revoked.
Subhadeep Pathak
- HTML
- CSS
- Javascript
- Chrome API
- Google Chrome Browser
- IDE or Text Editor of Your Choice
- Make a clone of this project, unzipped.
- Open Chrome Browser
- In a new or blank tab, type in "chrome://extensions/" (without the quotes of course) and click [Enter].
- At the top right corner of the page, enable "Developer Mode"
- Click the button on the page that says "Load Unpacked"
- Navigate to your unzipped project folder and select that and hit OK.
- You are now ready to start working on the extension! Just make sure you reload after each change you make to see the changes take place.
- Clone the git repo.
- Loan unpack the extension.
- set the api key on the popup, save it. (one time save feature)
- Go the any problem page on AZ (algozenith's) problem page, and start chatting with the AI after clicking the start chat button.
Please refer to LICENSE file.