translate to local language

select text and right click it, then you will see the menu

什么是translate to local language?

translate to local language是由zen开发的Chrome扩展程序,该扩展的主要功能是“select text and right click it, then you will see the menu”。

扩展截图

screenshot

下载translate to local language扩展crx文件

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

扩展使用说明

                        select text then right click it...no matter what language you use.                    

扩展基本信息

名称 translate to local language translate to local language
ID ioeanppiclmdjkeijlgebjnmbdpkckem
官方URL https://chromewebstore.google.com/detail/translate-to-local-langua/ioeanppiclmdjkeijlgebjnmbdpkckem
简介 select text and right click it, then you will see the menu
文件大小 13.96 KB
安装次数 21
当前版本 0.5
更新时间 2020-12-06
上架时间 2019-12-18
开发者 zen
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "translate to local language",
    "description": "select text and right click it, then you will see the menu",
    "version": "0.5",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "google_trans.js"
        ]
    },
    "manifest_version": 2
}