Skip to content

The OpenAI Chat Extension is a Chrome extension that generates responses to a user's input using OpenAI's chat API. It allows users to select text on a webpage and generate a response based on that text.

License

Notifications You must be signed in to change notification settings

qzxtu/GPT-Chat-Extension

Repository files navigation

Chat-GPT Web Extension

The OpenAI Chat Extension is a browser extension that allows users to generate AI-powered responses using OpenAI's chat API. It can be activated by selecting text on any webpage and right-clicking to choose "Generate response with OpenAI" from the context menu. The extension then sends the selected text to the OpenAI chat API, which generates a response that is displayed in a pop-up window.

Translation

🇺🇸 🇨🇳 🇹🇼 🇮🇳 🇫🇷 🇦🇪 🇩🇪 🇯🇵 🇪🇸
English 简体中文 繁体中文 हिंदी Française عربى Deutsch 日本語 Español

Screenshots

App Screenshot

Features

  • Generates responses using OpenAI's chat API
  • Integrates with Chrome context menus for easy access
  • Copies generated response to clipboard for quick pasting
  • Simple installation process
  • Detailed documentation and FAQ
  • Open-source on GitHub

Documentation

  • Go to the OpenAI API page on RapidAPI.
  • Click the "Subscribe to Test" button.
  • Select the free "Free" plan and click "Subscribe".
  • Follow the instructions to sign up for RapidAPI or log in if you already have an account.
  • On the OpenAI API service page, look for the - - "X-RapidAPI-Key" section in the list of required request headers.
  • Copy your RapidAPI API key into the "X-RapidAPI-Key" section in the background.js file in your Chrome extension.

Installation

  • Download the extension's source code from the Github repository.
  • Extract the downloaded folder.
  • Open Google Chrome and navigate to the "Extensions" page. You can do this by typing "chrome://extensions/" in the address bar or by clicking the three dots in the upper right corner of Chrome, selecting "More tools," and then "Extensions."
  • Once you're on the "Extensions" page, toggle the switch on the upper right corner to enable developer mode.
  • Click the "Load unpacked" button and select the extracted folder containing the source code of the extension.
  • Once the extension is loaded, it should appear in your browser's toolbar. That's it! The GPT Chat Extension should now be installed and ready to use.

FAQ

What is GPT-3?

GPT-3 stands for Generative Pre-trained Transformer 3. It is an advanced AI language model developed by OpenAI that is capable of natural language processing and generation.

What is this OpenAI chat extension?

This is a Chrome extension that uses GPT-3 to generate responses for selected text on any webpage. It allows you to have a conversation with GPT-3 by selecting any text and clicking on the context menu.

How does this extension work?

When you select any text on a webpage and click on the context menu, the extension sends a request to the OpenAI API with the selected text as input. The API responds with a generated response which is then displayed in an alert box.

Is the extension secure?

Yes, the extension is secure. It only works on the selected text and does not access or store any personal information. However, it is always recommended to use caution when installing any third-party extension.

Can the website owner see the generated response?

No, the generated response is only displayed in the alert box and is not sent back to the website or its owner.

Authors

Support

PayPal
Ko-Fi

About

The OpenAI Chat Extension is a Chrome extension that generates responses to a user's input using OpenAI's chat API. It allows users to select text on a webpage and generate a response based on that text.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published