tychozzz / search-gpt-extension

✨ Search GPT is a browser extension that equips your browser with the capabilities of ChatGPT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search GPT

✨ Your most reliable search assistant. ✨

English Doc | 中文文档

Introduction

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.

Preview

image iShot2023-11-10 15 35 40

Features

  • ✨ Display GPT response on the browser page. Temporarily support Google or Baidu.

  • 🌟 Summarize the content of each search results page.

Quick Start

  1. Initialize.

    pnpm install
  2. Run and build the extension.

    pnpm run dev
  3. Load the build/chrome-mv3-dev folder as an extension.

image
  1. Enter your API Key.
image
  1. 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

Special Thanks

Open Source License

Apache License Version 2.0 see http://www.apache.org/licenses/LICENSE

About

✨ Search GPT is a browser extension that equips your browser with the capabilities of ChatGPT.

License:Apache License 2.0


Languages

Language:TypeScript 90.6%Language:Python 4.2%Language:JavaScript 3.4%Language:CSS 1.9%