ChatGPT-Archive

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

¿Qué es ChatGPT-Archive?

ChatGPT-Archive es una extensión de Chrome desarrollada por https://chatgptarchive.dev, y su función principal es "ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ChatGPT-Archive

Descarga archivos de extensión ChatGPT-Archive en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre ChatGPT-Archive ChatGPT-Archive
ID hmceobmihgfhkanfdjfbmkngfkecjmkn
URL Oficial https://chromewebstore.google.com/detail/chatgpt-archive/hmceobmihgfhkanfdjfbmkngfkecjmkn
Descripción ChatGPT Archive enhances the ChatGPT experience by allowing you to manage conversations with ease.
Tamaño del Archivo 215 KB
Cantidad de Instalaciones 62
Versión Actual 0.0.1
Última Actualización 2023-12-15
Fecha de Publicación 2023-12-15
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://chatgptarchive.dev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://chatgpt-archive-website.vercel.app/
URL de la Página de Ayuda https://v4b3vycbbo3.typeform.com/to/q5A5jo7F
Idiomas Soportados 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:\/\/*\/*",
                ""
            ]
        }
    ]
}