ChatGPT Copy Button Extension
Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste
ChatGPT Copy Button Extension란 무엇입니까?
ChatGPT Copy Button Extension은(는) jonathankelmanc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste"입니다.
확장 프로그램 스크린샷
ChatGPT Copy Button Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**UPDATE 23 Nov 2023** Open AI updated there UI so we needed to update our button. ITS ALL WORKING! :) Copy Button for ChatGPT Chats! Have you ever found yourself wanting to copy a message from a ChatGPT conversation but struggling with the awkward copy and paste functionality? Our extension solves this problem by adding a simple "Copy" button to each message in the chat. With the Copy Button for ChatGPT Chats, you can quickly and easily copy any message with just one click, saving you time and effort. Whether you're trying to share a message with a colleague or save it for later reference, our extension makes it easy to get the job done. Installation is a breeze - simply add the extension to your Chrome browser and start using it right away. Say goodbye to clunky copy and paste and hello to smooth, effortless copying with the Copy Button for ChatGPT Chats. Try it out today! If you got here cool! hows it going? :)
확장 프로그램 기본 정보
이름 | ChatGPT Copy Button Extension |
ID | ijcnijalaeoggpcklpfaijinjjnlochp |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-copy-button-exten/ijcnijalaeoggpcklpfaijinjjnlochp |
설명 | Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste |
파일 크기 | 34.45 KB |
설치 횟수 | 10,000 |
현재 버전 | 3.0 |
최근 업데이트 | 2023-11-24 |
출시 날짜 | 2023-01-30 |
평점 | 3.24/5 총 21 개의 평점 |
개발자 | jonathankelmanc |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Copy Button Extension", "version": "3.0", "description": "Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste", "icons": { "128": ".\/images\/128.png", "48": ".\/images\/128.png", "32": ".\/images\/32.png", "16": ".\/images\/16.png" }, "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ] } ], "permissions": [ "clipboardWrite" ] } |