GPTranslate-翻译

对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。

What is GPTranslate-翻译?

GPTranslate-翻译 is a Chrome extension developed by https://vacuity.me, and its main feature is "对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。".

Extension Screenshots

screenshot

Download GPTranslate-翻译 Extension CRX File

Download GPTranslate-翻译 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-3.5来实现翻译,针对大量文本可以进行精确的更合理的翻译。流式传输,翻译更快速,可以点击插件图标更改目标语言。如需体验chatGpt其他功能,欢迎访问:https://chat.vacuity.me

This plugin primarily utilizes chatGpt-3.5 to achieve translation. It provides accurate and more reasonable translations for large amounts of text. It supports streaming for faster translation. You can click on the plugin icon to change the target language. If you would like to experience other features of chatGpt, please visit: https://chat.vacuity.me.                    

Extension Basic Information

Name GPTranslate-翻译 GPTranslate-翻译
ID ppfhdgbgjbbeoemlcoamnhcmgngoknge
Official URL https://chromewebstore.google.com/detail/gptranslate-%E7%BF%BB%E8%AF%91/ppfhdgbgjbbeoemlcoamnhcmgngoknge
Description 对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。
File Size 392 KB
Installation Count 176
Current Version 1.0.1.0
Last Updated 2023-12-15
Publish Date 2023-08-11
Rating 5.00/5 Total 1 Ratings
Developer https://vacuity.me
Email [email protected]
Payment Type free
Extension Website https://vacuity.me/gptranslate/
Help Page URL https://github.com/vacuityv/chrome-gpTranslate
Privacy Policy Page URL https://chat.vacuity.me/vac-ext/privacy-policy.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPTranslate-\u7ffb\u8bd1",
    "version": "1.0.1.0",
    "description": "\u5bf9\u9f20\u6807\u9009\u4e2d\u6587\u672c\u5229\u7528chatgpt\u7ffb\u8bd1\uff0c\u7531\u4e8e\u7f51\u7edc\u539f\u56e0\u53ef\u80fd\u901f\u5ea6\u4f1a\u6bd4\u8f83\u6162\uff0c\u63a8\u8350\u5728\u5bf9\u901f\u5ea6\u4e0d\u654f\u611f\u800c\u5bf9\u7ffb\u8bd1\u7684\u6d41\u7545\u6027\u8f83\u9ad8\u7684\u60c5\u51b5\u4e0b\u4f7f\u7528\u3002\u53ef\u4ee5\u70b9\u51fb\u6269\u5c55\u56fe\u6807\u9009\u62e9\u76ee\u6807\u8bed\u8a00\u3002",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icon-32.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*.vacuity.me\/*"
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "commands": {
        "trsSelShortcut": {
            "suggested_key": {
                "default": "Alt+T",
                "mac": "Alt+T"
            },
            "description": "\u7ffb\u8bd1\u9009\u4e2d-Translate"
        }
    }
}