ChatGPT Custom Instructions Storage

ChatGPT Custom Instructions Storage

Hvad er ChatGPT Custom Instructions Storage?

ChatGPT Custom Instructions Storage er en Chrome-udvidelse udviklet af automatemylife00, og dens hovedfunktion er "ChatGPT Custom Instructions Storage".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ChatGPT Custom Instructions Storage-udvidelses-CRX-fil

Download ChatGPT Custom Instructions Storage-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT Custom Instructions Storage ChatGPT Custom Instructions Storage
ID dfhaeonjlcgpgoienfbafnnpdommhblh
Officiel URL https://chromewebstore.google.com/detail/chatgpt-custom-instructio/dfhaeonjlcgpgoienfbafnnpdommhblh
Beskrivelse ChatGPT Custom Instructions Storage
Filstørrelse 339 KB
Antal Installationer 332
Nuværende Version 1.0.5
Senest Opdateret 2023-11-10
Udgivelsesdato 2023-09-18
Bedømmelse 4.50/5 Samlet 4 Bedømmelser
Udvikler automatemylife00
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.youtube.com/channel/UCtcq3Q1z3dVAkxsn43lM6xg
Hjælpeside-URL https://www.youtube.com/channel/UCtcq3Q1z3dVAkxsn43lM6xg
Understøttede Sprog 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
        }
    ]
}