ChatGPT Copier

Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard

ChatGPT Copier란 무엇입니까?

ChatGPT Copier은(는) https://digitalcontentnetworks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard"입니다.

확장 프로그램 스크린샷

screenshot

ChatGPT Copier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ChatGPT Copier is a must-have extension for anyone who uses ChatGPT. It adds a sticky icon next to each answer, making it incredibly easy to copy the answers you need. No more manual copying and pasting - just click the icon and you're done! This extension is perfect for anyone who wants to save and use ChatGPT's answers in their own work. Don't waste time copying and pasting - install ChatGPT Copier today and get the answers you need with just one click.                    

확장 프로그램 기본 정보

이름 ChatGPT Copier ChatGPT Copier
ID nkbmeknchklpmhfgafgfnmmegdacafbe
공식 URL https://chromewebstore.google.com/detail/chatgpt-copier/nkbmeknchklpmhfgafgfnmmegdacafbe
설명 Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard
파일 크기 18.42 KB
설치 횟수 604
현재 버전 1.0.0
최근 업데이트 2023-08-27
출시 날짜 2023-02-15
평점 3.00/5 총 2 개의 평점
개발자 https://digitalcontentnetworks.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html
도움말 페이지 URL https://digitalcontentnetworks.com/alp/projects/chatgpt-copier.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Copier",
    "description": "Copy ChatGPT answers with ease. Click the sticky icon to quickly copy to your clipboard",
    "version": "1.0.0",
    "icons": {
        "16": "\/images\/chatgpt-copier-16x16.png",
        "32": "\/images\/chatgpt-copier-32x32.png",
        "48": "\/images\/chatgpt-copier-48x48.png",
        "128": "\/images\/chatgpt-copier-128x128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_icon": "chatgpt-copier.png"
    },
    "permissions": [
        "clipboardWrite"
    ]
}