ChatGPT Enhanced Conversation History

Search & Fully Load ChatGPT Conversation History

ChatGPT Enhanced Conversation History란 무엇입니까?

ChatGPT Enhanced Conversation History은(는) João Correia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search & Fully Load ChatGPT Conversation History"입니다.

확장 프로그램 스크린샷

screenshot

ChatGPT Enhanced Conversation History 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChatGPT Enhanced Conversation History is a Chrome extension that makes your ChatGPT conversation history more convenient to use. With this extension, you can search through your chat history and easily find the information you need. Additionally, the extension automatically loads the full conversation history, saving you the hassle of manually clicking "Show More" repeatedly.

Features:

Search through your ChatGPT conversation history
Automatically load the full conversation history
Conveniently access all of your chat history without any hassle
Improve your productivity by quickly finding the information you need
Easy to use and intuitive interface
Download ChatGPT History Enhancer today and start enjoying the benefits of enhanced chat history management!                    

확장 프로그램 기본 정보

이름 ChatGPT Enhanced Conversation History ChatGPT Enhanced Conversation History
ID kjcolgolkgpcoodoemfgphbdijhpaoen
공식 URL https://chromewebstore.google.com/detail/chatgpt-enhanced-conversa/kjcolgolkgpcoodoemfgphbdijhpaoen
설명 Search & Fully Load ChatGPT Conversation History
파일 크기 27.71 KB
설치 횟수 137
현재 버전 0.0.1
최근 업데이트 2023-03-31
출시 날짜 2023-03-31
평점 3.67/5 총 3 개의 평점
개발자 João Correia
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Correia-jpv/ChatGPT-Enhanced-Conversation-History
도움말 페이지 URL https://github.com/Correia-jpv/ChatGPT-Enhanced-Conversation-History/issues/new/choose
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Enhanced Conversation History",
    "description": "Search & Fully Load ChatGPT Conversation History",
    "version": "0.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "19": "img\/logo-19.png",
        "38": "img\/logo-38.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_icon": "img\/logo-48.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-848233a6.2acfd257.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-19.png",
                "img\/logo-38.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/chunk-848233a6.js"
            ],
            "use_dynamic_url": true
        }
    ]
}