GPTranslate-翻译
对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。
什么是GPTranslate-翻译?
GPTranslate-翻译是由https://vacuity.me开发的Chrome扩展程序,该扩展的主要功能是“对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。”。
扩展截图
下载GPTranslate-翻译扩展crx文件
下载GPTranslate-翻译扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
本插件主要调用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.
扩展基本信息
名称 | GPTranslate-翻译 |
ID | ppfhdgbgjbbeoemlcoamnhcmgngoknge |
官方URL | https://chromewebstore.google.com/detail/gptranslate-%E7%BF%BB%E8%AF%91/ppfhdgbgjbbeoemlcoamnhcmgngoknge |
简介 | 对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。 |
文件大小 | 392 KB |
安装次数 | 176 |
当前版本 | 1.0.1.0 |
更新时间 | 2023-12-15 |
上架时间 | 2023-08-11 |
评分 | 5.00/5 共1次评分 |
开发者 | https://vacuity.me |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://vacuity.me/gptranslate/ |
帮助页面URL | https://github.com/vacuityv/chrome-gpTranslate |
隐私政策页面URL | https://chat.vacuity.me/vac-ext/privacy-policy.html |
支持的语言 | 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": [ " |