ChatGPT-Archive

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

ChatGPT-Archiveคืออะไร?

ChatGPT-Archive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chatgptarchive.dev และคุณลักษณะหลักของมันคือ "ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT-Archive

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT-Archive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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:\/\/*\/*",
                ""
            ]
        }
    ]
}