ChatGPT Custom Instructions Storage

ChatGPT Custom Instructions Storage

¿Qué es ChatGPT Custom Instructions Storage?

ChatGPT Custom Instructions Storage es una extensión de Chrome desarrollada por automatemylife00, y su función principal es "ChatGPT Custom Instructions Storage".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión ChatGPT Custom Instructions Storage

Descarga archivos de extensión ChatGPT Custom Instructions Storage 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

                        Elevate your creativity with ChatGPT Custom Instructions Storage, the ultimate tool for managing Custom Instruction prompts! Whether you're a writer, artist, or just looking to spark your imagination, this Chrome extension is here to help.

Key Features:

🚀 Creative Prompts: Get inspired with a collection of creative prompts that will ignite your imagination.

📝 Store Your Custom Prompt: Save your own prompts for future use.

📚 Prompt Library: Store and organize your prompts in a convenient library for quick access.

🚫 Delete and Edit: Manage your prompts by editing or deleting them as needed.

✨ Enhance Your Creativity: Unleash your creative potential with the power of Custom Instructions Storage.

Whether you're a writer seeking inspiration, an artist looking for new ideas, or just want to boost your creative thinking, ChatGPT Custom Instructions Storage has you covered. Start creating, start imagining, and start innovating today!

Get ChatGPT Custom Instructions Storage now and supercharge your creativity!



**11/9/2023 Fixed bug not showing window when adding prompts                    

Información Básica de la Extensión

Nombre ChatGPT Custom Instructions Storage ChatGPT Custom Instructions Storage
ID dfhaeonjlcgpgoienfbafnnpdommhblh
URL Oficial https://chromewebstore.google.com/detail/chatgpt-custom-instructio/dfhaeonjlcgpgoienfbafnnpdommhblh
Descripción ChatGPT Custom Instructions Storage
Tamaño del Archivo 339 KB
Cantidad de Instalaciones 332
Versión Actual 1.0.5
Última Actualización 2023-11-10
Fecha de Publicación 2023-09-18
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador automatemylife00
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.youtube.com/channel/UCtcq3Q1z3dVAkxsn43lM6xg
URL de la Página de Ayuda https://www.youtube.com/channel/UCtcq3Q1z3dVAkxsn43lM6xg
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Custom Instructions Storage",
    "version": "1.0.5",
    "description": "ChatGPT Custom Instructions Storage",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "Support.gif"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}