Prompt Genie: ChatGPT automatic translator

This is a translator that translates questions into English and answers into various languages when you use ChatGPT

Τι είναι το Prompt Genie: ChatGPT automatic translator;

Το Prompt Genie: ChatGPT automatic translator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον promptgenie, και η κύρια λειτουργία του είναι "This is a translator that translates questions into English and answers into various languages when you use ChatGPT".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Prompt Genie: ChatGPT automatic translator

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

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

                        ChatGPT is a translator that translates your questions into English and answers into your preferred language.
When you ask ChatGPT questions in a non-English language, the answers are slower, shorter, and you forget what you were talking about faster.

With Prompt Genie, you can write in your preferred language and still get the most out of ChatGPT!

✅ 2-3x faster responses
✅ 2-5x longer character output
✅ Minimized choppy output
✅ 3-4x longer memorization by ChatGPT

🎉 New Features
- With the web connection feature, you can ask questions with search results!
- You can now use the prompt genie without mouse buttons, just by typing! 
- Ctrl+Enter (or CMD+Enter) shortcut to instantly translate text in the input box to English!


** Updates
Version 2.2.0 - April 7, 2023
- Includes search results
- Share function

Version 2.1.0 - April 7, 2023
- Multilingual support
- Avoid conflicts with other extensions

Version 2.0.3 - March 15, 2023
- Preparing for sharing

Version 2.0.2 - 2023. 3. 13
- Troubleshooting conflicts with AIPRM
- Troubleshooting translating code in past conversations
- Fixed scrolling not working when typing long sentences in the input bar of past conversations

Version 2.0.1 - 2023. 3. 9
- Fixed Copy Code not working
- Fixed scrolling not working when typing long sentences
- Delete unused permissions

Version 2.0.0 - 2023. 3. 5
- Added "Auto Translate" function instead of mouse click button
- Added Ctrl + Enter (CMD + Enter) hotkey function
- Improved translation quality of answer codes, HTML tags, etc.
- Fixed compatibility issue with WebChatGPT

Version 1.0.3 - February 27, 2023
- Added usability data collection

Version 1.0.2 - Feb. 12, 2023
- Fixed bug not working with ChatGPT Plus

Version 1.0.1
- Added the ability to translate ChatGPT past conversations

Version 1.0.0 - Jan. 8, 2023
- First version released                    

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

Όνομα Prompt Genie: ChatGPT automatic translator Prompt Genie: ChatGPT automatic translator
ID lhkgpdljnlplgbkonflbhifackjhjmdj
Επίσημο URL https://chromewebstore.google.com/detail/prompt-genie-chatgpt-auto/lhkgpdljnlplgbkonflbhifackjhjmdj
Περιγραφή This is a translator that translates questions into English and answers into various languages when you use ChatGPT
Μέγεθος Αρχείου 754 KB
Αριθμός Εγκαταστάσεων 458,365
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2024-02-27
Ημερομηνία Δημοσίευσης 2023-01-10
Αξιολόγηση 4.25/5 Συνολικά 244 Αξιολογήσεις
Προγραμματιστής promptgenie
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.promptgenie.ai/
Διεύθυνση URL της Σελίδας Βοήθειας https://gpt-ext.canny.io/chatgpt
URL της Σελίδας Πολιτικής Απορρήτου https://www.promptgenie.ai/privacy
Υποστηριζόμενες Γλώσσες en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "3.0.0",
    "author": "[email protected]",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "state.879893b4.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "controls.e9aadecd.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "promptInput.8ce92785.js"
            ],
            "css": []
        },
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "list.b752239d.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/www.google-analytics.com\/*",
        "https:\/\/www.google.com\/search"
    ],
    "default_locale": "ko"
}