Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.46 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.46 KB

Google to ChatGPT Chrome Extension

AI for Google Search Chrome Extension HAS SUPERSEEDED THIS CHROME EXTENSION

This Chrome extension intercepts Google search queries and sends them to the ChatGPT API, displaying the results in a new tab. It combines the power of Google Autocomplete with the intelligence of ChatGPT. It handles Google searches from Chrome's address bar or from Google's search page.

Features

  • Intercepts Google search queries
  • Sends queries to ChatGPT API
  • Displays ChatGPT responses in a new tab

Configuration and Installation

  1. Before using the extension, you need to add your OpenAI API key:
    1. If don't have an API key already, you can get one here - https://platform.openai.com/api-keys
    2. Open the background.js file.
    3. Replace 'PUT API KEY HERE' with your actual OpenAI API key.
  2. Open Google Chrome and navigate to chrome://extensions.
  3. Enable "Developer mode" by toggling the switch in the top right corner.
  4. Click "Load unpacked" and select the directory containing the extension files.

Usage

  1. Perform a Google search as you normally would, either from google.com or your Chrome address bar.
  2. The extension will intercept the search, send it to ChatGPT, and open a new tab with the response.
  3. View the ChatGPT response in the newly opened tab.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.