OpenAI Translator
OpenAI-Translator is a browser extension that uses the ChatGPT API for translation.
OpenAI Translator란 무엇입니까?
OpenAI Translator은(는) yetone에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OpenAI-Translator is a browser extension that uses the ChatGPT API for translation."입니다.
확장 프로그램 스크린샷
OpenAI Translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
这是一个使用 ChatGPT API 进行划词翻译、总结、润色、分析、代码解释的浏览器插件。借助了 ChatGPT 强大的翻译能力,它将帮助您更流畅地阅读、编辑外语。
확장 프로그램 기본 정보
이름 | OpenAI Translator |
ID | ogjibjphoadhljaoicdnjnmgokohngcc |
공식 URL | https://chromewebstore.google.com/detail/openai-translator/ogjibjphoadhljaoicdnjnmgokohngcc |
설명 | OpenAI-Translator is a browser extension that uses the ChatGPT API for translation. |
파일 크기 | 5 MB |
설치 횟수 | 125,442 |
현재 버전 | 0.3.10 |
최근 업데이트 | 2024-02-03 |
출시 날짜 | 2023-03-06 |
평점 | 4.17/5 총 221 개의 평점 |
개발자 | yetone |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/yetone/openai-translator |
지원되는 언어 | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "OpenAI Translator", "description": "OpenAI-Translator is a browser extension that uses the ChatGPT API for translation.", "version": "0.3.10", "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "options_ui": { "page": "src\/browser-extension\/options\/index.html", "open_in_tab": true }, "action": { "default_icon": "icon.png", "default_popup": "src\/browser-extension\/popup\/index.html" }, "content_scripts": [ { "matches": [ " |