MyTranslator
Modern and powerful translator with many useful features
MyTranslator란 무엇입니까?
MyTranslator은(는) milkarecalvin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modern and powerful translator with many useful features"입니다.
확장 프로그램 스크린샷
MyTranslator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Google Translate is the first name that comes to mind when we think of online translators, but there are many more you can try. With extension MyTranslator you can translates words, phrases and texts, and compares the translation results between various online translation providers: Google Translate, Microsoft Bing Translator, Yandex Translator and DeepL Translator. Features: • Support translate between 103 languages • Сustomizable side-by-side view: one, two or three translation services • Offline: translate 59 languages when you have no Internet • Instant translation of the entire web page • Multiple translation providers (Google, Microsoft, Yandex, DeepL) • The application is totally free and safely. Are you browsing a webpage and need to translate words quickly? To do this, simply right-click on the desired text or word and click “Quick Translation”. Need to type in some text by yourself and translate it? Just open the pop-up window by clicking on the icon next to your browser address bar. It’s always by your side! MyTranslator understands 103 languages. Teaches you how to pronounce correctly. It shows phonetic transcription, transliteration and can speak out words and texts with correct accent. Translate entire web pages within one mouse-click! Just select "Translate this page" in the context menu on any page to see it translated to your language. Allows you to create custom word lists with your favorite words. Just give our Phrasebook a try. Easily create & curate word lists which are available even offline. Perfect for language learners or travelers who need to have their word lists always by their side.
확장 프로그램 기본 정보
이름 | |
ID | henlfoaogpenahckjbgdgdnmeicnhcdk |
공식 URL | https://chrome.google.com/webstore/detail/mytranslator/henlfoaogpenahckjbgdgdnmeicnhcdk |
설명 | Modern and powerful translator with many useful features |
파일 크기 | 2.09 MB |
설치 횟수 | 10,000 |
현재 버전 | 1.04 |
최근 업데이트 | 2020-01-29 |
출시 날짜 | 2020-01-26 |
평점 | 4.17/5 총 42 개의 평점 |
개발자 | milkarecalvin |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://urlzs.com/8eNvU |
지원되는 언어 | de,en,fil,fr,nl,vi,tr,es,it,pl,pt-BR,ro,sv,cs,el,sr,ru,uk,hi,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "background": { "scripts": [ "content\/js\/common\/FExtension.js", "content\/browser\/js\/FBrowser.js", "content\/browser\/chrome\/FBrowserChrome.js", "content\/js\/common\/FStorage.js", "content\/js\/bg\/bg_inliner.js", "content\/js\/bg\/background.js" ] }, "browser_action": { "default_icon": "content\/img\/icon.png", "default_popup": "content\/html\/popup\/router.html", "default_title": "__MSG_extName__" }, "content_scripts": [ { "all_frames": true, "css": [ "content\/css\/translator.css" ], "js": [ "content\/js\/common\/FExtension.js", "content\/browser\/js\/FBrowserInject.js", "content\/browser\/chrome\/FBrowserInjectChrome.js", "content\/js\/common\/FStorage.js", "content\/js\/inject\/translator.js", "content\/js\/inject\/data.js", "content\/js\/inliner\/inliner_core.js", "content\/js\/inliner\/inliner_request.js", "content\/js\/inliner\/inject.js" ], "matches": [ "*:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/translate.google.com; object-src 'self'", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "content\/img\/icon128.png", "16": "content\/img\/icon16.png", "32": "content\/img\/icon32.png", "48": "content\/img\/icon48.png" }, "manifest_version": 2, "name": "__MSG_extName__", "options_page": "content\/html\/options\/options.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "unlimitedStorage" ], "short_name": "MyTranslator", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.04", "web_accessible_resources": [ "content\/html\/options\/options.html", "content\/html\/popup\/translator.html", "content\/html\/popup\/dictionary.html", "content\/html\/options\/history.html", "content\/html\/options\/options-bbl.html", "content\/html\/options\/feedback.html", "content\/img\/util\/settingsb.png", "content\/img\/util\/bfeedback.png", "content\/img\/util\/bhelp.png", "content\/img\/util\/delete.png", "content\/img\/util\/arrow.png", "content\/img\/util\/bg.png", "content\/img\/util\/bg2.png", "content\/img\/util\/bg3.png", "content\/img\/util\/imtranslator-s.png", "content\/img\/util\/indicator.gif", "content\/img\/util\/copy.png", "content\/img\/util\/tts.png", "content\/img\/util\/tts-voice.png", "content\/img\/util\/ttsvoice.png", "content\/img\/util\/font-on.png", "content\/img\/util\/select.png", "content\/img\/util\/font.png", "content\/img\/util\/pin-on.png", "content\/img\/util\/pin-off.png", "content\/img\/util\/donate.png", "content\/img\/util\/bhistory.png", "content\/img\/util\/switchb.png", "content\/img\/util\/loading.gif", "content\/img\/util\/up.png", "content\/img\/util\/down.png", "content\/img\/util\/bbl-logo.png", "content\/img\/util\/down.png", "content\/img\/util\/show.png", "content\/img\/util\/hide.png", "content\/img\/util\/settings.png", "content\/img\/util\/help.png", "content\/img\/util\/history.png", "content\/img\/util\/donate.png", "content\/img\/util\/play.png", "content\/img\/util\/pause.png", "content\/img\/util\/volume.png", "content\/img\/util\/novolume.png", "content\/img\/util\/speak.png" ] } |