ChatGPT Enhanced Conversation History

Search & Fully Load ChatGPT Conversation History

Τι είναι το ChatGPT Enhanced Conversation History;

Το ChatGPT Enhanced Conversation History είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον João Correia, και η κύρια λειτουργία του είναι "Search & Fully Load ChatGPT Conversation History".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT Enhanced Conversation History

Λήψη αρχείων επέκτασης ChatGPT Enhanced Conversation History σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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
        }
    ]
}