ChatGPT Save & Copy - Export your chats!

Copy to clipboard or export your ChatGPT conversations in multiple formats (TXT, HTML, PDF, DOC, CSV, MD, JSON, XML, RTF)!

ChatGPT Save & Copy - Export your chats! क्या है?

ChatGPT Save & Copy - Export your chats! https://chatgpt-snc.vercel.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy to clipboard or export your ChatGPT conversations in multiple formats (TXT, HTML, PDF, DOC, CSV, MD, JSON, XML, RTF)!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT Save & Copy - Export your chats! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ✅Export ChatGPT conversations in multiple formats
✅Copy the entire conversation to the clipboard with one click 
✅Print the conversation
✅Integration within the ChatGPT page itself
✅Individual message copy buttons
✅Custom selection popup 
✅Contextual menu

✨Welcome to ChatGPT Save & Copy!✨
*️⃣With this extension you will be able to download, with a single click, any conversation with ChatGPT!
*️⃣Also, you can copy the entire conversation (or individual messages) to the clipboard
📋, with one click!
*️⃣In addition, you can Print the conversation!

❇️Exportation formats
*️⃣TXT
*️⃣HTML
*️⃣PDF
*️⃣DOC
*️⃣CSV
*️⃣MD -MARKDOWN-
*️⃣JSON
*️⃣XML
*️⃣RTF

❇️Popup window
*️⃣When you open the popup you will automatically find the entire current conversation converted to plain text 📄
*️⃣You can select the part you want, or copy the entire content automatically with the "Copy to clipboard" 📋 button.
*️⃣Also, you can Print the conversation with the "🖨️Print" button.
*️⃣In addition, you can download the entire conversation in many formats 💬

❇️Native integration
*️⃣ChatGPT Save & Copy is natively and harmoniously integrated into the ChatGPT interface itself! You won't even need to open the popup to easily copy the entire conversation, an individual message or download everything in many formats!

❇️Contextual menu
*️⃣If all this wasn't enough, ChatGPT Save & Copy also integrates into the browser's context menu, giving you another quick way to use all its features 😉                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT Save & Copy - Export your chats! ChatGPT Save & Copy - Export your chats!
ID dbckgjjdkmofomcjmldnphmcbmhdblfd
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-save-copy-export/dbckgjjdkmofomcjmldnphmcbmhdblfd
विवरण Copy to clipboard or export your ChatGPT conversations in multiple formats (TXT, HTML, PDF, DOC, CSV, MD, JSON, XML, RTF)!
फ़ाइल का आकार 154 KB
स्थापना संख्या 135
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-04-25
प्रकाशन तिथि 2023-04-08
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://chatgpt-snc.vercel.app
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Save & Copy - Export your chats!",
    "description": "Copy to clipboard or export your ChatGPT conversations in multiple formats (TXT, HTML, PDF, DOC, CSV, MD, JSON, XML, RTF)!",
    "version": "1.1",
    "author": "fiszDev",
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png",
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "ChatGPT Save and Copy"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/jspdf.umd.min.js",
                "js\/content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "19": "icons\/icon19.png",
        "38": "icons\/icon38.png"
    }
}