Translate To English...

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

What is Translate To English...?

Translate To English... is a Chrome extension developed by Brave Location, and its main feature is "Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API".

Extension Screenshots

screenshot
screenshot

Download Translate To English... Extension CRX File

Download Translate To English... extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Translate To English... Translate To English...
ID hogdcbncicoifbkfdofpejkkckgkbjig
Official URL https://chrome.google.com/webstore/detail/translate-to-english/hogdcbncicoifbkfdofpejkkckgkbjig
Description Adds a context menu to allow you to send the highlighted text to the Microsoft Translator API
File Size 326 KB
Installation Count 16,252
Current Version 1.3
Last Updated 2019-01-13
Publish Date 2019-01-13
Rating 3.94/5 Total 68 Ratings
Developer Brave Location
Email [email protected]
Payment Type free
Extension Website http://www.bravelocation.com
Supported Languages 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"
        ]
    }
}