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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}