ChatGPT Custom Instructions Storage

ChatGPT Custom Instructions Storage

Cos'è ChatGPT Custom Instructions Storage?

ChatGPT Custom Instructions Storage è un'estensione di Chrome sviluppata da automatemylife00, e la sua funzione principale è "ChatGPT Custom Instructions Storage".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione ChatGPT Custom Instructions Storage

Scarica i file di estensione ChatGPT Custom Instructions Storage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ChatGPT Custom Instructions Storage ChatGPT Custom Instructions Storage
ID dfhaeonjlcgpgoienfbafnnpdommhblh
URL Ufficiale https://chromewebstore.google.com/detail/chatgpt-custom-instructio/dfhaeonjlcgpgoienfbafnnpdommhblh
Descrizione ChatGPT Custom Instructions Storage
Dimensione del File 339 KB
Conteggio Installazioni 332
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-11-10
Data di Pubblicazione 2023-09-18
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore automatemylife00
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.youtube.com/channel/UCtcq3Q1z3dVAkxsn43lM6xg
URL della Pagina di Aiuto https://www.youtube.com/channel/UCtcq3Q1z3dVAkxsn43lM6xg
Lingue Supportate 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
        }
    ]
}