• Stars
    star
    157
  • Rank 238,399 (Top 5 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 2 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Use ChatGPT everywhere

ChatGPT Assistant

Summarize

Browser Extension to integrate ChatGPT everywhere:

  • Right click context menus
  • Browser omnibar
  • Extension popup
  • Dedicated extension tab
Popup
Quickly access ChatGPT with the Ctrl + Shift + K command
Popup
Type "gpt" + space in the omnibox to send ChatGPT prompts from the omnibox
Context Menu
Select text and right click to send it as a ChatGPT prompt
Google
Use ChatGPT to compose and reply to email
Options
Automatically send search engine queries as prompts

Installation

Install to Chrome/EdgeInstall from Chrome Web Store

https://chrome.google.com/webstore/detail/chatgpt-assistant/kldepdcdedfibmjnggmolhffdddbphjg?hl=en

Local Install

  1. Download the latest release 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).

Build from source

  1. Clone the repo
  2. Install dependencies with yarn
  3. Run npm run start
  4. Load the dist directory to your browser

Browser Install (for 2023 patch)

1.You need to disable the fingerprinting

For Brave

Disable "Prevent sites from fingerprinting me based on my language preferences" in brave://settings/shields

More Repositories