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文件
下載ChatGPT Copy Button Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**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 |
官方網址 | 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" ] } |