https://github.com/shobrook/ChatOverflow
AI-generated answers to every coding question
https://github.com/shobrook/ChatOverflow
browser-extension
Last synced: 19 days ago
JSON representation
AI-generated answers to every coding question
- Host: GitHub
- URL: https://github.com/shobrook/ChatOverflow
- Owner: shobrook
- License: mit
- Created: 2023-01-10T04:48:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T05:08:30.000Z (about 2 years ago)
- Last Synced: 2025-03-24T15:08:15.780Z (21 days ago)
- Topics: browser-extension
- Language: JavaScript
- Homepage: https://chatoverflow.ai
- Size: 49.1 MB
- Stars: 331
- Watchers: 4
- Forks: 21
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-list - ChatOverflow - generated answers to every coding question | shobrook | 331 | (JavaScript)
README
# ChatGPT for StackOverflow
A browser extension that displays ChatGPT's response alongside community answers to StackOverflow questions.

> Inspired by [ChatGPT for Google.](https://github.com/wong2/chatgpt-google-extension)
## Installation
You can install the extension [for Chrome](https://chrome.google.com/webstore/detail/chatgpt-for-stackoverflow/apjhekoaogdimcgiihoncakocdddhmlk) or [for Firefox.](https://addons.mozilla.org/en-US/firefox/addon/chatgpt-for-stackoverflow/)
## Running Locally
1. Clone the repository
2. Install dependencies with `$ npm install`
3. Build the extension with `$ npm run build`
4. Upload the `build` directory to Chrome
5. For Firefox, use `manifest.v2.json` and change all in-code references to `chrome` to `browser`