Search GPT is a browser extension that equips your browser with the capabilities of ChatGPT. Once you install the extension and conduct searches on browsers like Google or Baidu, the page will also display responses from GPT.
The extension is implemented based on Plasmo and React.
-
✨ Display GPT response on the browser page. Temporarily support Google or Baidu.
-
🌟 Summarize the content of each search results page.
-
Initialize.
pnpm install
-
Run and build the extension.
pnpm run dev
-
Load the
build/chrome-mv3-dev
folder as an extension.
- Enter your API Key.
- Run the crawler according to the following commands if you want to summarize the content of each search results page.
cd crawler
pip install -r requirements.txt
python app.py
Apache License Version 2.0 see http://www.apache.org/licenses/LICENSE