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
公式URL 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
Eメール [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
        }
    ]
}