ChatGPT Custom Instructions Storage

ChatGPT Custom Instructions Storage

O que é ChatGPT Custom Instructions Storage?

ChatGPT Custom Instructions Storage é uma extensão do Chrome desenvolvida por automatemylife00, e sua principal característica é "ChatGPT Custom Instructions Storage".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT Custom Instructions Storage

Baixe arquivos de extensão ChatGPT Custom Instructions Storage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ChatGPT Custom Instructions Storage ChatGPT Custom Instructions Storage
ID dfhaeonjlcgpgoienfbafnnpdommhblh
URL Oficial https://chromewebstore.google.com/detail/chatgpt-custom-instructio/dfhaeonjlcgpgoienfbafnnpdommhblh
Descrição ChatGPT Custom Instructions Storage
Tamanho do Arquivo 339 KB
Contagem de Instalações 332
Versão Atual 1.0.5
Última Atualização 2023-11-10
Data de Publicação 2023-09-18
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor automatemylife00
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.youtube.com/channel/UCtcq3Q1z3dVAkxsn43lM6xg
URL da Página de Ajuda https://www.youtube.com/channel/UCtcq3Q1z3dVAkxsn43lM6xg
Idiomas Suportados 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
        }
    ]
}