Free Translator Panel: Powered by chat GPT

Enhance your browsing, understand content better, and engage in enlightening conversations with Free Translator Panel

什么是Free Translator Panel: Powered by chat GPT?

Free Translator Panel: Powered by chat GPT是由kamil.jerzy.wojcik开发的Chrome扩展程序,该扩展的主要功能是“Enhance your browsing, understand content better, and engage in enlightening conversations with Free Translator Panel”。

扩展截图

screenshot
screenshot
screenshot

下载Free Translator Panel: Powered by chat GPT扩展crx文件

下载Free Translator Panel: Powered by chat GPT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Free Translator Panel: Powered by chat GPT

Introducing the next-generation Chrome extension designed to enhance your browsing experience with the power of OpenAI! This user-friendly tool allows you to easily translate selected text fragments right within the browser. Not just that, it also features an integrated chat panel, letting you converse in real-time with the advanced capabilities of GPT-3.5-Turbo and GPT-4 models.

🌟 Advantages of the Application 🌟

1. Translate Easily: 
Highlight text and see the translated version right next to it.

2. Powered by Leading AI: 
Get high-quality results and features backed by OpenAI's capabilities.

3. Understands Context: 
Our translator recognize the nuances of language, including complex sentence structure and tone of voice.

4. Helpful Extras from Chat GPT: 
Apart from translation, it can provide summaries and answer simple questions about the text.

5. Dual Display in Sidebar: 
View both the original content and its translation simultaneously w

7. No subscription fees: 
Get all the advantages without the worry of ongoing costs.

8. Pay as You Go with OpenAI: 
Only be charged for your actual usage, ensuring transparency and cost-efficiency.


Key Features:

👍 Instant Translation: 
Simply highlight a piece of text on a webpage, and you'll instantly see its translation, thanks to OpenAI's advanced tech.

💬 Integrated Chat Panel: 
Chat naturally with top-notch GPT-3.5-Turbo and GPT-4 models. Whether you're curious or just want a chat, we're here for you.

🎯 High-Quality Translations: 
With OpenAI's latest technology, our translations are accurate and understand the context, making your web experience smooth.

👱‍♀️User-Friendly Interface: Our tool is designed for ease. Navigate and use the features without a hassle.

How to Get Started:

To use the OpenAI Translator & Chat Extension, an API key from OpenAI is required. If you're unsure how to obtain one, simply head over to the 'settings' tab within the extension panel, and you'll find a step-by-step guide to help you through the process.

Enhance your browsing, understand content better, and engage in enlightening conversations with the OpenAI Translator & Chat Extension for Chrome. Get started today!                    

扩展基本信息

名称 Free Translator Panel: Powered by chat GPT Free Translator Panel: Powered by chat GPT
ID mamlflbaipfalobjfkfhiglbkdkjmijl
官方URL https://chromewebstore.google.com/detail/free-translator-panel-pow/mamlflbaipfalobjfkfhiglbkdkjmijl
简介 Enhance your browsing, understand content better, and engage in enlightening conversations with Free Translator Panel
文件大小 1.28 MB
安装次数 23
当前版本 0.0.1
更新时间 2023-10-27
上架时间 2023-10-27
开发者 kamil.jerzy.wojcik
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Free Translator Panel: Powered by chat GPT",
    "description": "Enhance your browsing, understand content better, and engage in enlightening conversations with Free Translator Panel",
    "version": "0.0.1",
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "permissions": [
        "sidePanel",
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "React extension",
        "default_icon": "icon.png"
    },
    "side_panel": {
        "default_path": "sidePanel.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ]
}