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文件

下载Day Translations Free Translation Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}