GPTranslate-翻译
对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。
GPTranslate-翻译란 무엇입니까?
GPTranslate-翻译은(는) https://vacuity.me에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "对鼠标选中文本利用chatgpt翻译,由于网络原因可能速度会比较慢,推荐在对速度不敏感而对翻译的流畅性较高的情况下使用。可以点击扩展图标选择目标语言。"입니다.
확장 프로그램 스크린샷
GPTranslate-翻译 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
本插件主要调用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": [ " |