GPTranslate-翻译

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

Wat is GPTranslate-翻译?

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

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GPTranslate-翻译

Download GPTranslate-翻译-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        本插件主要调用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.                    

Basisinformatie over de Extensie

Naam GPTranslate-翻译 GPTranslate-翻译
ID ppfhdgbgjbbeoemlcoamnhcmgngoknge
Officiële URL https://chromewebstore.google.com/detail/gptranslate-%E7%BF%BB%E8%AF%91/ppfhdgbgjbbeoemlcoamnhcmgngoknge
Beschrijving 对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。
Bestandsgrootte 392 KB
Aantal Installaties 176
Huidige Versie 1.0.1.0
Laatst Bijgewerkt 2023-12-15
Publicatiedatum 2023-08-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://vacuity.me
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vacuity.me/gptranslate/
Help Pagina-URL https://github.com/vacuityv/chrome-gpTranslate
URL van de Privacybeleid Pagina https://chat.vacuity.me/vac-ext/privacy-policy.html
Ondersteunde Talen 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"
        }
    }
}