Skip to content

sandaru1/chatgpt-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.