ChatGPT Saver

save chat-gpt conversion history

ChatGPT Saver란 무엇입니까?

ChatGPT Saver은(는) sdm3690에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "save chat-gpt conversion history"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Are you want save your conversation with Chat-GPT?
This extension makes you save the conversations as txt file in your local computer.

You can have the conversations forever.
Just click the 'save' button !

If you need additional features, or fix bug, contact for me.

Version
1.1.1 - bug fixed : fix that the button has not worked
1.1.0 - bug fixed : enable using button on chatgpt page
1.0.0 - first published                    

확장 프로그램 기본 정보

이름 ChatGPT Saver ChatGPT Saver
ID olpladkgihgfigoncklfngjkadklakhk
공식 URL https://chromewebstore.google.com/detail/chatgpt-saver/olpladkgihgfigoncklfngjkadklakhk
설명 save chat-gpt conversion history
파일 크기 10.74 KB
설치 횟수 423
현재 버전 1.1.1
최근 업데이트 2023-10-10
출시 날짜 2023-02-06
평점 3.67/5 총 3 개의 평점
개발자 sdm3690
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Saver",
    "version": "1.1.1",
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "description": "save chat-gpt conversion history",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}