ChatGPT Custom Instructions Storage

ChatGPT Custom Instructions Storage

什麼是ChatGPT Custom Instructions Storage?

ChatGPT Custom Instructions Storage是由automatemylife00開發的Chrome擴展程式,該擴展的主要功能是“ChatGPT Custom Instructions Storage”。

擴展截圖

screenshot
screenshot

下載ChatGPT Custom Instructions Storage擴展crx文件

下載ChatGPT Custom Instructions Storage擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 ChatGPT Custom Instructions Storage ChatGPT Custom Instructions Storage
ID dfhaeonjlcgpgoienfbafnnpdommhblh
官方網址 https://chromewebstore.google.com/detail/chatgpt-custom-instructio/dfhaeonjlcgpgoienfbafnnpdommhblh
簡介 ChatGPT Custom Instructions Storage
檔案大小 339 KB
安裝次數 332
目前版本 1.0.5
更新時間 2023-11-10
上架時間 2023-09-18
評分 4.50/5 共 4 次評分
開發者 automatemylife00
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.youtube.com/channel/UCtcq3Q1z3dVAkxsn43lM6xg
說明頁面URL https://www.youtube.com/channel/UCtcq3Q1z3dVAkxsn43lM6xg
支援的語言 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
        }
    ]
}