Skip to content

A browser extension to display ChatGPT response alongside Search Engine results

License

Notifications You must be signed in to change notification settings

sjnaj/chat-gpt-search-engine-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT for Search Engine

A browser extension to display ChatGPT response alongside Search Engine results, supports Chrome/Edge/Firefox

This fork adds support for more search engines, including Google, Bing, Yahoo, DuckDuckGo, StartPage, Baidu, Kagi, Yandex, Naver, Brave, Searx, Ecosia in total.

Preview

Download

Pre-release build

Installation

Install to Chrome/Edge

Install from Chrome Web Store (Preferred)

https://chrome.google.com/webstore/detail/chatgpt-for-google/jgjaeacdkonaoafenlfkkkmbaopkbilf

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

Install from Mozilla Add-on Store (Preferred)

https://addons.mozilla.org/addon/chatgpt-for-google/

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 inspired by ZohaibAhmed/ChatGPT-Google

About

A browser extension to display ChatGPT response alongside Search Engine results

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 75.6%
  • JavaScript 24.4%