/chat-gpt-google-extension

A browser extension to display ChatGPT response alongside Google Search results only when the query ends withs a question mark(?), supports Chrome/Edge/Firefox.

Primary LanguageCSSMIT LicenseMIT

ChatGPT for Google (But with ?)

A browser extension to display ChatGPT response alongside Google Search results only when the query ends withs a question mark(?), supports Chrome/Edge/Firefox.

image

Installation

Install to Chrome/Edge

Local Install

  1. Download chrome.zip from Releases
  2. Unzip the file
  3. In Chrome/Edge go to the extensions page (chrome://extensions or edge://extensions).
  4. Enable Developer Mode.
  5. Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterwards).

Install to Firefox

Local Install

  1. Download firefox.zip from Releases
  2. Unzip the file
  3. Go to about:debugging, click "This Firefox" on the sidebar
  4. Click "Load Temporary Add-on" button, then select any file in the unzipped folder

Build from source

  1. Clone the repo
  2. Install dependencies with npm
  3. Run ./build.sh for Chrome, ./build.sh firefox for Firefox
  4. Load the build directory to your browser

Credit

This project is a fork of chat-gpt-google-extension by wong2.