/chatgpt-chrome-extension

Edit or change text in your browser inputs using ChatGPT

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

ChatGPT Rewriter - Chrome Extension

You can install the extension from here : https://chrome.google.com/webstore/detail/labihkcmhekblajdihbblcgcapbkckie

This extension adds two context menus to editable text in Chrome. The text is processed using the the ChatGPT API and replaced in the page.

The extension works with input, textarea fields and editable content.

demo.mp4

Build and Install

  1. Run npm install to install the deependencies
  2. Run npm run dev to start monitoring the css changes and generate the tailwind css files.
  3. Go to the extensions and choose "Load unpacked" and show the project root.