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開發的Chrome擴展程式,該擴展的主要功能是“ChatGPT CopyIt adds a copy to clipboard button end of each answer. Also it shows word and character counter.”。

擴展截圖

screenshot
screenshot
screenshot

下載ChatGPT CopyIt擴展crx文件

下載ChatGPT CopyIt擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}