ChatGPT-Archive

ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease.

ChatGPT-Archive란 무엇입니까?

ChatGPT-Archive은(는) https://chatgptarchive.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Tired of losing track of your valuable ChatGPT conversations? Looking for an efficient way to organize and access them with ease? Look no further! ChatGPT Archive is your ultimate companion for managing your ChatGPT interactions within the Chrome browser.

Key Features:

📁 Create Folders: Group related conversations into folders to keep your discussions organized and clutter-free.

🔎 Quick Search: Find specific conversations, or folders in seconds with our powerful search functionality.

🌐 Accessible Anywhere: Access your conversations and folders from anywhere within the browser with just a click or a keyboard shortcut.

🔐 Privacy First: Rest easy knowing that your conversations remain private – ChatGPT Archive stores all your data directly in the browser.

🎨 User-Friendly Interface: Enjoy an intuitive design that caters to tech-savvy professionals and casual users alike.

How to Use:

Ctrl+K: Open the sidebar
Ctrl+J: Open the search prompt                    

확장 프로그램 기본 정보

이름 ChatGPT-Archive ChatGPT-Archive
ID hmceobmihgfhkanfdjfbmkngfkecjmkn
공식 URL https://chromewebstore.google.com/detail/chatgpt-archive/hmceobmihgfhkanfdjfbmkngfkecjmkn
설명 ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease.
파일 크기 215 KB
설치 횟수 62
현재 버전 0.0.1
최근 업데이트 2023-12-15
출시 날짜 2023-12-15
평점 5.00/5 총 2 개의 평점
개발자 https://chatgptarchive.dev
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chatgpt-archive-website.vercel.app/
도움말 페이지 URL https://v4b3vycbbo3.typeform.com/to/q5A5jo7F
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT-Archive",
    "version": "0.0.1",
    "description": "ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease.",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": []
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                ""
            ]
        }
    ]
}