Translator
Right Click to translate selected text using Google Translate
Translator란 무엇입니까?
Translator은(는) Jofen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Right Click to translate selected text using Google Translate"입니다.
확장 프로그램 스크린샷
Translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Translate selected text or full page A handy tool to translate selected text or the full active page into your choice of languages. Customize your favorites languages. How to translate text: Select required text on any web page and right click to select "Translate Selected. How to translate full page: Right click and select "Translate Full Page"
확장 프로그램 기본 정보
이름 | Translator |
ID | condlopdddofpgcdjfnoepbdkcgckmgb |
공식 URL | https://chromewebstore.google.com/detail/translator/condlopdddofpgcdjfnoepbdkcgckmgb |
설명 | Right Click to translate selected text using Google Translate |
파일 크기 | 22.66 KB |
설치 횟수 | 133,761 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-06-26 |
출시 날짜 | 2019-06-25 |
평점 | 3.91/5 총 32 개의 평점 |
개발자 | Jofen |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translator", "description": "Right Click to translate selected text using Google Translate", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "js\/common.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false, "chrome_style": true }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs", "activeTab", "contextMenus", "storage" ] } |