ChatGPT Prompt Manager

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

ChatGPT Prompt Manager là gì?

ChatGPT Prompt Manager là một tiện ích mở rộng Chrome được phát triển bởi Prince Kumar, và tính năng chính của nó là "Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Prompt Manager

Tải xuống các tệp mở rộng ChatGPT Prompt Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatGPT Prompt Manager ChatGPT Prompt Manager
ID bkochgefbhnhfmihbnoinkdkmbpfkgil
URL Chính Thức https://chromewebstore.google.com/detail/chatgpt-prompt-manager/bkochgefbhnhfmihbnoinkdkmbpfkgil
Mô tả Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency.
Kích Thước Tệp 16.28 KB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.4.1
Cập Nhật Lần Cuối 2023-11-07
Ngày Phát Hành 2023-04-26
Nhà Phát Triển Prince Kumar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}