ChatGPT Translator

A Chrome extension for translating web pages

What is ChatGPT Translator?

ChatGPT Translator is a Chrome extension developed by Grasseed, and its main feature is "A Chrome extension for translating web pages".

Extension Screenshots

screenshot

Download ChatGPT Translator Extension CRX File

Download ChatGPT Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ChatGPT Translator 是一款基於人工智慧的自然語言處理技術所開發出的 Google Chrome 擴充套件。該插件可以協助使用者翻譯所選的文字,同時支援多國語言之間的翻譯。此外,ChatGPT Translator 也支援多種語言自動檢測,使使用者不需手動選擇源語言,更加方便快捷。此插件使用 OpenAI 的 GPT-3.5 turbo 模型進行翻譯,使用者須使用自己的 API Key 進行使用。
ChatGPT Translator is a Google Chrome extension developed based on AI natural language processing technology. The extension assists users in translating selected text while supporting translation between multiple languages. In addition, ChatGPT Translator also supports automatic detection of multiple languages, making it even more convenient for users. Finally, this extension can use OpenAI's GPT-3.5 turbo model for translation. It also provides users with their own API Key to translate.                    

Extension Basic Information

Name ChatGPT Translator ChatGPT Translator
ID pbdekcaeombkcnkaildbphbiaainlaba
Official URL https://chromewebstore.google.com/detail/chatgpt-translator/pbdekcaeombkcnkaildbphbiaainlaba
Description A Chrome extension for translating web pages
File Size 21.68 KB
Installation Count 8,000
Current Version 1.1
Last Updated 2023-03-10
Publish Date 2023-03-07
Rating 2.33/5 Total 3 Ratings
Developer Grasseed
Email [email protected]
Payment Type free
Extension Website https://github.com/Grasseed/ChatGPT-Translator
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Translator",
    "version": "1.1",
    "description": "A Chrome extension for translating web pages",
    "manifest_version": 3,
    "icons": {
        "16": "translation.png",
        "48": "translation.png",
        "128": "translation.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.openai.com\/*"
    ],
    "action": {
        "default_icon": "translation.png",
        "default_title": "ChatGPT Translator",
        "default_popup": "popup.html"
    }
}