Day Translations Free Translation Tool

Free Machine Translation.

Day Translations Free Translation Tool란 무엇입니까?

Day Translations Free Translation Tool은(는) DayTranslations, Inc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Free Machine Translation."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Day Translations Free Translation Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Free Translation Tool That Works in 70+ Languages.

Anytime you have some text that you need to be translated, click on this free translation tool to do the hard work for you.  Represented by the yellow and green chrome extension plug-in icon by your adblockers, our machine-intelligent translation plug-in will churn out a highly intelligible translation for you in an instant. 

The language detection software -- brought to you by multinational translations provider Day Translations -- already begins on the translation before you even have a chance to pick a target language. That's how fast it is! 

If you're looking to translate your text right on Internet, follow the Chrome plugin link and use the Day Translations free translation tool page. The two services, the web version and Chrome extension plug-in, work in over 70 languages -- a stunning array of language power at your fingertips!                    

확장 프로그램 기본 정보

이름 Day Translations Free Translation Tool Day Translations Free Translation Tool
ID ldoiggfbcanafkogpeclahfbdfdgedfe
공식 URL https://chromewebstore.google.com/detail/day-translations-free-tra/ldoiggfbcanafkogpeclahfbdfdgedfe
설명 Free Machine Translation.
파일 크기 262 KB
설치 횟수 1,292
현재 버전 1.2
최근 업데이트 2017-05-11
출시 날짜 2017-05-11
평점 4.84/5 총 32 개의 평점
개발자 DayTranslations, Inc
결제 유형 free
확장 프로그램 웹 사이트 https://www.daytranslations.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Day Translations Free Translation Tool",
    "short_name": "DT translation tool",
    "description": "Free Machine Translation.",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bootstrap.min.js",
            "js\/bootstrap-select.min.js",
            "js\/jquery.js"
        ]
    },
    "version": "1.2",
    "minimum_chrome_version": "16.0.884",
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Click Here!"
    },
    "content_scripts": [
        {
            "css": [
                "css\/style.css",
                "css\/bootstrap-select.min.css",
                "css\/bootstrap.min.css",
                "css\/bootstrap.css"
            ],
            "matches": [
                "http:\/\/www.google.com\/*"
            ]
        }
    ],
    "manifest_version": 2
}