Translator
Translate selected text on web page in google translate
Translator란 무엇입니까?
Translator은(는) poqdev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate selected text on web page in google translate"입니다.
확장 프로그램 스크린샷
Translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you are want to translate some text on web page you just can right click on this text and choose "translate" and google translate site will be opened and your phrase will be translated.
확장 프로그램 기본 정보
이름 | Translator |
ID | igmlicaoohkobcmkccokekdfidmbhpof |
공식 URL | https://chromewebstore.google.com/detail/translator/igmlicaoohkobcmkccokekdfidmbhpof |
설명 | Translate selected text on web page in google translate |
파일 크기 | 108 KB |
설치 횟수 | 148 |
현재 버전 | 0.8.1 |
최근 업데이트 | 2020-05-02 |
출시 날짜 | 2020-05-01 |
개발자 | poqdev |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://poqdev.com/privacity |
지원되는 언어 | en,ca,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Translator", "description": "Translate selected text on web page in google translate", "version": "0.8.1", "permissions": [ "contextMenus", "storage", "notifications" ], "icons": { "16": "icons\/translate-16.png", "32": "icons\/translate-32.png", "64": "icons\/translate-64.png", "128": "icons\/translate-128.png", "256": "icons\/translate-256.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "options_ui": { "page": "options.html", "chrome_style": true }, "default_locale": "en" } |