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」です。

拡張機能のスクリーンショット

screenshot

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 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
Eメール [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"
    ]
}