ChatGPT Recall Prompts

I recall ChatGPT prompts. That's it!

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

Το ChatGPT Recall Prompts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον simonnliao, και η κύρια λειτουργία του είναι "I recall ChatGPT prompts. That's it!".

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

screenshot
screenshot

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

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

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

                        "ChatGPT Recall Prompts" is an extension that allows you to quickly recall your previous inputs in the textbox by pressing the "up" keyboard button without copying and pasting. It saves you time and effort when composing messages. Try it out to experience fast text input recall with just a button press!

Tip 1: If nothing shows in the textbox, try to press F5 key or send your first prompt to reload prompts.

Tip 2: If you don't see the full text when recalling prompts, try to type any text or press space key to show full text in the textbox.

"No data is saved or used by any third party, all prompts are removed every time the page is reloaded."                    

Βασικές Πληροφορίες Επέκτασης

Όνομα ChatGPT Recall Prompts ChatGPT Recall Prompts
ID gjjdjpejaggeafehneenojcnbinjflmj
Επίσημο URL https://chromewebstore.google.com/detail/chatgpt-recall-prompts/gjjdjpejaggeafehneenojcnbinjflmj
Περιγραφή I recall ChatGPT prompts. That's it!
Μέγεθος Αρχείου 37.64 KB
Αριθμός Εγκαταστάσεων 119
Τρέχουσα Έκδοση 1.6
Τελευταία Ενημέρωση 2024-02-03
Ημερομηνία Δημοσίευσης 2023-02-28
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής simonnliao
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Recall Prompts",
    "description": "I recall ChatGPT prompts. That's it!",
    "version": "1.6",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "ChatGPT Recall Prompts",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/c\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}