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.
- Intercepts Google search queries
- Sends queries to ChatGPT API
- Displays ChatGPT responses in a new tab
- Before using the extension, you need to add your OpenAI API key:
- If don't have an API key already, you can get one here - https://platform.openai.com/api-keys
- Open the
background.js
file. - Replace
'PUT API KEY HERE'
with your actual OpenAI API key.
- Open Google Chrome and navigate to
chrome://extensions
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
- Perform a Google search as you normally would, either from google.com or your Chrome address bar.
- The extension will intercept the search, send it to ChatGPT, and open a new tab with the response.
- View the ChatGPT response in the newly opened tab.
Contributions are welcome! Please feel free to submit a Pull Request.