ChatGPT Prompts

Add presets to openai's ChatGPT

ChatGPT Prompts क्या है?

ChatGPT Prompts adnankhankhattak2382 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add presets to openai's ChatGPT"।

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

screenshot

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

crx प्रारूप में ChatGPT Prompts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Sometimes user want to search specific prompts on Chat GPT but each time the user reloads the web page, he/she has to retype the prompt again which is way time consuming.

In order to solve this problem, we present you this solution in which you do not have to worry about retyping presets for Chat GPT again and again.

Using this extension is way simple and straightforward, first you have to type something in the text area of the Chat GPT or the prompt that you want to save, then, click on "Add Preset" and enter title for the preset and then click anywhere on the screen; the preset will be added to your Chat GPT which you can simply use by clicking on the preset and the text will be copied to the Text Area of the Chat GPT.                    

एक्सटेंशन की मूल जानकारी

नाम ChatGPT Prompts ChatGPT Prompts
ID nlpmnipkgionhbejmjgomfgahndllppi
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-prompts/nlpmnipkgionhbejmjgomfgahndllppi
विवरण Add presets to openai's ChatGPT
फ़ाइल का आकार 257 KB
स्थापना संख्या 309
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-05-02
प्रकाशन तिथि 2023-03-28
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर adnankhankhattak2382
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Prompts",
    "version": "1.0.4",
    "description": "Add presets to openai's ChatGPT",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "ChatGPT Prompts",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ],
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ]
        }
    ]
}