Chatpgt Copy Export Clipboard

🪄 Enhance CHATGPT with copy button, export chat in any extension and clipboard manager 📋. Compatible with AIPRM ✅

Chatpgt Copy Export Clipboard란 무엇입니까?

Chatpgt Copy Export Clipboard은(는) CodeOz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "🪄 Enhance CHATGPT with copy button, export chat in any extension and clipboard manager 📋. Compatible with AIPRM ✅"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Chatpgt Copy Export Clipboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        "Chatpt Copy Export Clipboard" is a powerful and easy-to-use Chrome plugin extension that enhances your ChatGPT experience.

With this extension, you can easily copy a single message or select multiple messages and copy/export them in various formats, including TXT, XLS, CSV, JSON, HTML and XML.

The plugin is compatible with AIPRM and has a light installation footprint of only 30kB.

In addition to its robust copying and exporting capabilities, "Chatpt Copy Export Clipboard" is specifically designed to streamline your ChatGPT experience.

Whether you need to save important messages for later reference, share them with others, or analyze them for research purposes, this extension makes it easy to manage your chat data.
Simply select the messages you want to copy or export, choose your preferred format, and let "Chatpt Copy Export Clipboard" do the rest.

Say goodbye to the frustration of manually copying and pasting individual messages. With "Chatpt Copy Export Clipboard," you can take full control of your chat data in just a few clicks.

Try it out today and experience the convenience of a truly enhanced ChatGPT experience.

If you have any trouble, please update this extensions since ChatGPT change some URL, your extension can have trouble to run.                    

확장 프로그램 기본 정보

이름 Chatpgt Copy Export Clipboard Chatpgt Copy Export Clipboard
ID pepppbfidpcpglligpchbmdnjpjiidae
공식 URL https://chromewebstore.google.com/detail/chatpgt-copy-export-clipb/pepppbfidpcpglligpchbmdnjpjiidae
설명 🪄 Enhance CHATGPT with copy button, export chat in any extension and clipboard manager 📋. Compatible with AIPRM ✅
파일 크기 230 KB
설치 횟수 361
현재 버전 1.1.6
최근 업데이트 2023-08-07
출시 날짜 2023-02-26
평점 4.33/5 총 6 개의 평점
개발자 CodeOz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Code-Oz
도움말 페이지 URL https://twitter.com/Code__oz
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1.6",
    "name": "Chatpgt Copy Export Clipboard",
    "description": "\ud83e\ude84 Enhance CHATGPT with copy button, export chat in any extension and clipboard manager \ud83d\udccb. Compatible with AIPRM \u2705",
    "icons": {
        "512": "logo.png"
    },
    "action": {
        "default_popup": "menu.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*",
                "https:\/\/chat.openai.com\/c\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}