ChatGPT CopyIt

ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.

ChatGPT CopyIt क्या है?

ChatGPT CopyIt mm.savar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter."।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension is designed specifically for the ChatGPT website, and it adds a "Copy" button to the answers on the website. When you click on this button, the text of the answer will be copied to your clipboard. The extension also displays the number of characters and words in the answer, and it updates the action buttons and counters when new messages are added to the chat.

To use this extension, simply install it from the Chrome Web Store and navigate to the ChatGPT website. When you see an answer in the chat, you will notice a "Copy" button next to it. Click on this button to copy the text of the answer to your clipboard. Please note that this extension will not work on other websites or web applications, as it is specifically designed for use with ChatGPT.                    

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

नाम ChatGPT CopyIt ChatGPT CopyIt
ID ogakgacjkoojmdahpelppalilhhplnbe
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-copyit/ogakgacjkoojmdahpelppalilhhplnbe
विवरण ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.
फ़ाइल का आकार 2.28 MB
स्थापना संख्या 416
वर्तमान संस्करण 0.0.0.2
अंतिम अपडेट 2023-04-25
प्रकाशन तिथि 2023-02-23
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर mm.savar
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://www.freeprivacypolicy.com/live/1621c236-0bdc-485f-b9b2-e540118002e0
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT CopyIt",
    "version": "0.0.0.2",
    "description": "ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "styles\/main.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}