ChatGPT Prompts

Add presets to openai's ChatGPT

Τι είναι το ChatGPT Prompts;

Το ChatGPT Prompts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον adnankhankhattak2382, και η κύρια λειτουργία του είναι "Add presets to openai's ChatGPT".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ChatGPT Prompts

Λήψη αρχείων επέκτασης ChatGPT Prompts σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/*"
            ]
        }
    ]
}