A Chrome/Edge extension to display ChatGPT response alongside V2EX post
modified from ChatGPT for Google by @wong2 👍
Just for those people who registered #OpenAI #chatGPT and want to get an AI-answer when at V2EX.
- Clone / download this repo codes.
- Open your terminal and cd into the folder of the repo.
- Run
npm install
to install the dependencies. - Then run
./build.sh
. - In Chrome/Edge go to the extensions page (
chrome://extensions
oredge://extensions
). - Enable Developer Mode.
- Load the
build
directory to your browser.