ChatGPT Prompt Manager

Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.

ChatGPT Prompt Manager란 무엇입니까?

ChatGPT Prompt Manager은(는) Prince Kumar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

ChatGPT Prompt Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A simple fast and lightweight extension to manage your ChatGPT prompts. It allows you to:
- Add any number of prompts (Edit or delete with breeze)
- Easily search among 1000s of prompts in instant.
- Add multiple variables in prompts, simply make any word all caps and wrap it in square bracket.
- Quick Export/Import prompts for easy sharing.

Other features
- No external dependency, everything happens on your device.
- Minimal UI with usability in focus.
- Works fine in Dark and Light mode both.

More coming soon.
- Ability to export individual prompts.
- A huge collection of prompts for inspiration with easy import.                    

확장 프로그램 기본 정보

이름 ChatGPT Prompt Manager ChatGPT Prompt Manager
ID bkochgefbhnhfmihbnoinkdkmbpfkgil
공식 URL https://chromewebstore.google.com/detail/chatgpt-prompt-manager/bkochgefbhnhfmihbnoinkdkmbpfkgil
설명 Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.
파일 크기 16.28 KB
설치 횟수 24
현재 버전 1.4.1
최근 업데이트 2023-11-07
출시 날짜 2023-04-26
개발자 Prince Kumar
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Prompt Manager",
    "version": "1.4.1",
    "description": "Manage advanced ChatGPT prompts with multiple variables and quick search, simple export\/import without any external dependency.",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "importexport.js",
                "modal.js",
                "promptGrid.js",
                "promptManager.js",
                "content.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}