Translator
Modern and powerful translator with many useful features
Translator란 무엇입니까?
Translator은(는) valya.situation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Modern and powerful translator with many useful features"입니다.
확장 프로그램 스크린샷
Translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
What is the main quality of a good translator? -The accuracy of the translation? -Speed? -Number of languages? -And maybe the main thing is that he was always at hand? We believe that a good translator should have all these qualities! Translation accuracy is guaranteed by the presence of three reputable dictionaries - Google, Microsoft and Yandex. The resources of three Internet giants at once are packed into a pleasant interface and provide you with a translation in just one click. The translation speed is the highest possible thanks to the use of the API. This means that your text is transmitted directly to the servers of Google, Yandex or Microsoft, and you receive a translation in the shortest possible time. The number of languages will delight even the most inveterate polyglot, because there are more than a hundred of them! And, of course, availability. What could be easier than clicking on the extension's icon, or pressing a combination of two keys? We made a translator for ourselves, and this text has been translated into dozens of languages with its help. This means that we tried to make it as convenient as possible. Several convenient functions are at your disposal: -Translate the entire page through the context menu (right-click in any area of the page and select "Translate this page") -Translation of a separate section of text in a separate window, or directly on the page. (press Alt + C or through the context menu) -Translation of a single word, with the search for synonyms is a very handy thing! -Do not want to memorize new keyboard shortcuts? no problem. Just select the text on the page and click on the extension icon. The text will be automatically copied and translated. We decided that over a hundred languages is good. But, you see, sometimes this is even too much. Don't worry, in the settings you can only select the languages you want, and the rest will be hidden from the selection menu. We want to pay special attention to the pop-up icon. This is such an icon that appears when you select text, so that it is more convenient for you to translate it, and not to reach for the extension button. Here our opinion was divided. Part of the team decided that this was a very convenient feature, but for others, this icon only got in the way. Therefore, you can simply turn it off. Click on the gear in the translator and the settings will open. Then on the left, select "Pop-up Bubble", and uncheck the box next to "Enable Pop-up Bubble". Done! We sincerely hope that you will be happy with using our translator!
확장 프로그램 기본 정보
이름 | |
ID | gfkbdajgnejcmohecaaffekaflojobej |
공식 URL | https://chrome.google.com/webstore/detail/translator/gfkbdajgnejcmohecaaffekaflojobej |
설명 | Modern and powerful translator with many useful features |
파일 크기 | 2.09 MB |
설치 횟수 | 20,000 |
현재 버전 | 3.4 |
최근 업데이트 | 2022-01-02 |
출시 날짜 | 2021-03-09 |
평점 | 4.66/5 총 65 개의 평점 |
개발자 | valya.situation |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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", "content\/js\/inject\/backgound.js" ], "persistent": true }, "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": [ "*:\/\/*\/*" ] }, { "all_frames": false, "js": [ "content\/js\/inject\/content.js" ], "matches": [ " |