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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage advanced ChatGPT prompts with multiple variables and quick search, simple export/import without any external dependency."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChatGPT Prompt Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}