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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jonathankelmanc และคุณลักษณะหลักของมันคือ "Creates Copy button on every ChatGPT chat to simplify the copy-paste process, easy copy and eliminates unwanted formatting in paste"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Copy Button Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    ]
}