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文件

下載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
官方網址 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:\/\/*\/*",
                ""
            ]
        }
    ]
}