One-Click Translate Selection
Simply select some text and translate from context menu
One-Click Translate Selection란 무엇입니까?
One-Click Translate Selection은(는) Christo Tsvetanov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply select some text and translate from context menu"입니다.
확장 프로그램 스크린샷
One-Click Translate Selection 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easy for using, with all the features of Google™ Translation. After installation of the extension, you will see the Options window to make the tuning.
확장 프로그램 기본 정보
이름 | One-Click Translate Selection |
ID | cioclchdhgppnbpapkicbhlhbeldplld |
공식 URL | https://chromewebstore.google.com/detail/one-click-translate-selec/cioclchdhgppnbpapkicbhlhbeldplld |
설명 | Simply select some text and translate from context menu |
파일 크기 | 44.61 KB |
설치 횟수 | 10,000 |
현재 버전 | 3.02 |
최근 업데이트 | 2022-12-31 |
출시 날짜 | 2015-07-24 |
평점 | 2.95/5 총 22 개의 평점 |
개발자 | Christo Tsvetanov |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One-Click Translate Selection", "description": "Simply select some text and translate from context menu", "version": "3.02", "manifest_version": 3, "permissions": [ "contextMenus", "storage" ], "options_page": "options.html", "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |