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
}