Copy Button for ChatGPT

Adds a native looking copy button for ChatGPT messages.

Copy Button for ChatGPTとは何ですか?

Copy Button for ChatGPTはtuffstuff9によって開発されたChromeの拡張機能で、その主な機能は「Adds a native looking copy button for ChatGPT messages.」です。

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

screenshot
screenshot

Copy Button for ChatGPT拡張機能のCRXファイルをダウンロード

Copy Button for ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🌟 Introducing Copy Button for ChatGPT 🌟

📌 What is it?
'Copy Button for ChatGPT' is a sleek, modern, and native-looking chrome extension designed specifically to enhance your ChatGPT experience. This extension seamlessly integrates with ChatGPT messages, allowing you to copy copy text, tables, lists, code blocks, and all markdown elements while maintaining their original formatting.

🚀 Boost your ChatGPT experience
Tired of struggling with copying messages from ChatGPT? Say goodbye to those tedious copy-pasting issues! With the 'Copy Button for ChatGPT' extension, a simple click is all it takes to duplicate messages without losing any formatting. Enjoy a hassle-free and more productive ChatGPT session! 

🎨 Easy to Use and Visually Appealing
The 'Copy Button for ChatGPT' extension is incredibly user-friendly and requires no technical expertise. With just one click, the message is copied to your clipboard, complete with all formatting intact. Moreover, the button's design is carefully crafted to blend seamlessly with the ChatGPT interface, ensuring a consistent and unobtrusive appearance.

🌍 Multi-Language Support: This extension works flawlessly with ChatGPT messages in various languages, making it a versatile tool for users around the globe. 

🔒 Privacy and security
Your privacy matters. We do not collect any personal information or data under any circumstances. It's focused solely on improving your ChatGPT experience while keeping your data safe and secure. 

✅ Free to Use
This extension is completely free to use. Enhance your ChatGPT experience without any pesky ads, fees, or subscriptions. 

📣 Spread the Word 📣
Love this extension? Don't keep it to yourself! Share it with your friends, colleagues, and fellow ChatGPT enthusiasts. Give them the opportunity to enjoy a seamless, hassle-free ChatGPT experience too!

🔓 Open Source and Community Driven 🔓
The extension is fully open source and available on GitHub. Feel free to contribute!
🔗 Access the GitHub repository here: https://github.com/tuffstuff9/Copy-Button-for-ChatGPT

💡 Got Feedback or Ideas? 💡
We're always looking for ways to improve our extension and make it even more useful for you. If you have any feedback, suggestions, or ideas, feel free to reach out to out. We endeavor to respond to all requests within 24 hours.                    

拡張機能の基本情報

名前 Copy Button for ChatGPT Copy Button for ChatGPT
ID kinganchlhoclgmimjmmepddkdbdelik
公式URL https://chromewebstore.google.com/detail/copy-button-for-chatgpt/kinganchlhoclgmimjmmepddkdbdelik
説明 Adds a native looking copy button for ChatGPT messages.
ファイルサイズ 18.02 KB
インストール数 422
現在のバージョン 1.0.0
最終更新日 2023-04-08
公開日 2023-04-08
評価 5.00/5 合計 1 レビュー
開発者 tuffstuff9
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tuffstuff9/Copy-Button-for-ChatGPT
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Button for ChatGPT",
    "version": "1.0.0",
    "description": "Adds a native looking copy button for ChatGPT messages.",
    "permissions": [
        "clipboardWrite",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "css": [
                "copy_button.css"
            ],
            "js": [
                "button_loader.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "32": ".\/icons\/icon-32.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    }
}