Translator Helper
Translator Helper provides an easier and less interruptive way to translate during browsing web pages.
Translator Helper란 무엇입니까?
Translator Helper은(는) Surely에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translator Helper provides an easier and less interruptive way to translate during browsing web pages."입니다.
확장 프로그램 스크린샷
Translator Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will not and has no permission to access your page! This extension adds a new "Translate" option on the right-click menu when you have selected some texts on the page. Click on the new option will simply opens Google Translate page in a window pop-up, with the selected content automatically loaded in Google Translate page. The window will by default appear on top left side of your screen, you can move or resize it for your preferences. The extension will translate next item on the same window if you do not close it. The extension simplifies the process to translate some text during view websites, as opening a new tab and copy-paste it is time wasting and interruptive.
확장 프로그램 기본 정보
이름 | Translator Helper |
ID | bpbhkhahapjmpnhmniafkbpcakihjckl |
공식 URL | https://chromewebstore.google.com/detail/translator-helper/bpbhkhahapjmpnhmniafkbpcakihjckl |
설명 | Translator Helper provides an easier and less interruptive way to translate during browsing web pages. |
파일 크기 | 8.72 KB |
설치 횟수 | 142 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-09-24 |
출시 날짜 | 2019-02-17 |
개발자 | Surely |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translator Helper", "description": "Translator Helper provides an easier and less interruptive way to translate during browsing web pages.", "version": "1.0.1", "background": { "scripts": [ "translator_helper.js" ] }, "browser_action": { "default_icon": "icons\/icon48x48.png" }, "icons": { "16": "icons\/icon16x16.png", "48": "icons\/icon48x48.png", "128": "icons\/icon128x128.png" }, "permissions": [ "contextMenus" ] } |