Translation Services USA - Free Translator
Free Automatic Translation Tool with over 90 Languages!
Translation Services USA - Free Translator란 무엇입니까?
Translation Services USA - Free Translator은(는) http://translation-services-usa.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Automatic Translation Tool with over 90 Languages!"입니다.
확장 프로그램 스크린샷
Translation Services USA - Free Translator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Free Automatic Translation. Free Automatic Translation Tool with over 90 Languages! If you've ever been browsing the web and found yourself in need of a quick, easy translation of a word or phrase, this free automatic translation tool is here to handle all your translation needs for you! No longer will you need to open a new tab and visit a third-party website to translate text--just do it all directly from your browser within seconds. This simple, free translation extension, created by industry leading translation services provider Translation Services USA, is easy to use. After installation, whenever you need a translation, simply click the extension's icon in your browser. A small window will pop up where you can enter your text and select your languages--the plugin handles the rest in only a second or two. It's so fast, the translation process begins in the background the instant you finish typing! Whenever you have text you need translated, just click the icon and the plugin's intelligent machine translation functionality will provide a fast and highly accurate translation for you in any one of over 90 different languages almost instantly.
확장 프로그램 기본 정보
이름 | |
ID | jmagbnanfbhdbjiaofldokinmndkcmfl |
공식 URL | https://chrome.google.com/webstore/detail/jmagbnanfbhdbjiaofldokinmndkcmfl |
설명 | Free Automatic Translation Tool with over 90 Languages! |
파일 크기 | 66.84 KB |
설치 횟수 | 254 |
현재 버전 | 1.1 |
최근 업데이트 | 2017-10-31 |
출시 날짜 | 2017-10-31 |
평점 | 3.75/5 총 4 개의 평점 |
개발자 | http://translation-services-usa.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Translation Services USA - Free Translator", "short_name": "TSU Free Translation Tool", "description": "Free Automatic Translation Tool with over 90 Languages!", "background": { "persistent": false, "scripts": [ "js\/jquery-3.2.1.min.js", "js\/chosen.jquery.min.js", "js\/extension.js" ] }, "version": "1.1", "minimum_chrome_version": "16.0.884", "browser_action": { "default_icon": "icon100.png", "default_popup": "popup.html", "default_title": "Translate" }, "icons": { "16": "icon100.png", "48": "icon100.png", "128": "icon100.png" }, "content_scripts": [ { "css": [ "css\/chosen.min.css", "css\/extension.css" ], "matches": [ "http:\/\/www.google.com\/*" ] } ], "manifest_version": 2 } |