Translate To English...

Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API

什么是Translate To English...?

Translate To English...是由Brave Location开发的Chrome扩展程序,该扩展的主要功能是“Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API”。

扩展截图

screenshot
screenshot

下载Translate To English...扩展crx文件

下载Translate To English...扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension simply adds a context menu to allow you to send the highlighted text to the Microsoft Translator API and get it translated into English.

Also note that the source code for this simple application can be found on GitHub at https://github.com/bravelocation/BingTranslateChromeExtension                    

扩展基本信息

名称 Translate To English... Translate To English...
ID hogdcbncicoifbkfdofpejkkckgkbjig
官方URL https://chrome.google.com/webstore/detail/translate-to-english/hogdcbncicoifbkfdofpejkkckgkbjig
简介 Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API
文件大小 326 KB
安装次数 16,252
当前版本 1.3
更新时间 2019-01-13
上架时间 2019-01-13
评分 3.94/5 共68次评分
开发者 Brave Location
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.bravelocation.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Translate To English...",
    "description": "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API",
    "version": "1.3",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "translate16.png",
        "48": "translate48.png",
        "128": "translate128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.microsofttranslator.com; object-src 'self'",
    "background": {
        "scripts": [
            "translatescript.js"
        ]
    }
}