https://github.com/SethuSenthil/Copy-for-ChatGPT
Extention to bring a copy button for ChatGPT
https://github.com/SethuSenthil/Copy-for-ChatGPT
artificial-intelligence chatgpt chrome-extension copy-paste
Last synced: over 1 year ago
JSON representation
Extention to bring a copy button for ChatGPT
- Host: GitHub
- URL: https://github.com/SethuSenthil/Copy-for-ChatGPT
- Owner: SethuSenthil
- License: mit
- Created: 2022-12-20T06:24:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-16T16:59:41.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T16:12:44.682Z (over 1 year ago)
- Topics: artificial-intelligence, chatgpt, chrome-extension, copy-paste
- Language: JavaScript
- Homepage: https://copygpt.sethusenthil.com
- Size: 386 KB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Copy for ChatGPT
The purpose of this extension is to copy output given from ChatGPT with just a click of a button or through a keyboard command (CMD+K on Mac or CTRL+K on Windows).
BETA FEATURE: This extension is testing the ability to autopopulate and traverse the chat like the command line using arrow keys
# Download
- Official Website: https://copygpt.sethusenthil.com
- Chrome Store: https://chrome.google.com/webstore/detail/copy-for-chat-gpt/mloblghgjiagjdffmgobhbgmplhongpm
- Demo Video: https://youtu.be/UxyZcaZSvDA
## Known Bugs
- Up arrow traversing does not work as expected (due to event propagation)
- Enhancement: Check convo length for changes before traversing through convo (removed in current version due to document reference inconsistency)
# How to add extension
- Install the extension from the Chrome Store
- OR Download Source and Load unpacked extension

Plz don't tell my prof, thx!