Automatic ChatGPT Translator: Prompt Genie

a powerful plugin that effortlessly translates questions to English and ChatGPT's responses to various languages. Communicate…

Was ist Automatic ChatGPT Translator: Prompt Genie?

Automatic ChatGPT Translator: Prompt Genie ist eine Chrome-Erweiterung, die von https://chatgpt2notion.com entwickelt wurde, und ihr Hauptmerkmal ist "a powerful plugin that effortlessly translates questions to English and ChatGPT's responses to various languages. Communicate…".

Erweiterungsscreenshots

screenshot

Automatic ChatGPT Translator: Prompt Genie-Erweiterungs-CRX-Datei herunterladen

Laden Sie Automatic ChatGPT Translator: Prompt Genie-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Introducing "Prompt Genie", the ultimate Chrome extension for ChatGPT users! Say goodbye to the frustration of slow, short answers and quickly forgetting previous conversations in Japanese. With Prompt Genie, you can effortlessly translate your questions into English and your answers into Japanese while using ChatGPT. This powerful translator enables you to enjoy the maximum performance of ChatGPT, all while writing in Japanese with ease. Say hello to a more seamless and efficient ChatGPT experience with Prompt Genie!

fix 20231011
1. fix show translate result.

What are the benefits of using this extension?
Using this extension allows you to submit questions in Japanese without having to translate them into English first. Additionally, you can view ChatGPT's English response directly and have it automatically translated back into Japanese for easy understanding of the answer.
What skills do I need to use this extension?
You don't need any special skills or knowledge of language to use this extension. Just install it and add it to your Chrome browser.

Will this extension affect my personal privacy?
This extension will not affect your personal privacy. It only translates your Japanese question into English and ChatGPT's English response back into Japanese. It does not store or record any of your personal information.

Can this extension improve my language learning ability?
While learning Japanese, this extension can help you understand the differences between Japanese and English and gradually improve your English proficiency. However, this extension is not a complete language learning solution and cannot replace primary language learning methods.                    

Grundlegende Informationen zur Erweiterung

Name Automatic ChatGPT Translator: Prompt Genie Automatic ChatGPT Translator: Prompt Genie
ID hlkbmbkcepacdcimcanmbofgcibjiepm
Offizielle URL https://chromewebstore.google.com/detail/automatic-chatgpt-transla/hlkbmbkcepacdcimcanmbofgcibjiepm
Beschreibung a powerful plugin that effortlessly translates questions to English and ChatGPT's responses to various languages. Communicate…
Dateigröße 197 KB
Installationsanzahl 963
Aktuelle Version 1.3.0
Letztes Update 2023-10-19
Veröffentlichungsdatum 2023-05-25
Entwickler https://chatgpt2notion.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://chatgptsave.notion.site/ChatGPT-to-Notion-Privacy-Policy-bb99838afdd84392b84611470d1a1812
Unterstützte Sprachen id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.3.0",
    "author": "zhq",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.73592dd4.js"
            ],
            "css": []
        }
    ],
    "default_locale": "ja",
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/eu.posthog.com\/*"
    ]
}