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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
        }
    ]
}