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
官方網址 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"
        ]
    }
}