新译网页翻译插件

新译网页翻译是一款由新译信息科技(北京)有限公司开发的针对网页进行翻译的浏览器工具

What is 新译网页翻译插件?

新译网页翻译插件 is a Chrome extension developed by newtranx, and its main feature is "新译网页翻译是一款由新译信息科技(北京)有限公司开发的针对网页进行翻译的浏览器工具".

Extension Screenshots

screenshot

Download 新译网页翻译插件 Extension CRX File

Download 新译网页翻译插件 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

                        新译浏览器插件,是一款能够实时一键转换多语言的页面阅读插件,以新译神经网络机器翻译引擎帮助您阅读网页资讯时,在各大主流浏览器上均可高效、精确地跨语言享受母语阅读体验。

使用新译浏览器插件翻译网页,你可以:
· 翻译中、英、日、俄、韩、西、葡、维语、捷克语等多种语言灵活、准确转化。
· 支持整页通篇翻译、划词翻译多样、灵活进行翻译转换。                    

Extension Basic Information

Name 新译网页翻译插件 新译网页翻译插件
ID ljgihhbaehpklaloppjlmjibifiieoae
Official URL https://chrome.google.com/webstore/detail/%E6%96%B0%E8%AF%91%E7%BD%91%E9%A1%B5%E7%BF%BB%E8%AF%91%E6%8F%92%E4%BB%B6/ljgihhbaehpklaloppjlmjibifiieoae
Description 新译网页翻译是一款由新译信息科技(北京)有限公司开发的针对网页进行翻译的浏览器工具
File Size 250 KB
Installation Count 2,000
Current Version 1.0.13
Last Updated 2020-01-19
Publish Date 2020-01-19
Rating 3.13/5 Total 15 Ratings
Developer newtranx
Email [email protected]
Payment Type free
Privacy Policy Page URL https://plugin.newtranx.com/user/user.html
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "id": "[email protected]",
    "name": "\u65b0\u8bd1\u7f51\u9875\u7ffb\u8bd1\u63d2\u4ef6",
    "version": "1.0.13",
    "manifest_version": 2,
    "description": "\u65b0\u8bd1\u7f51\u9875\u7ffb\u8bd1\u662f\u4e00\u6b3e\u7531\u65b0\u8bd1\u4fe1\u606f\u79d1\u6280\uff08\u5317\u4eac\uff09\u6709\u9650\u516c\u53f8\u5f00\u53d1\u7684\u9488\u5bf9\u7f51\u9875\u8fdb\u884c\u7ffb\u8bd1\u7684\u6d4f\u89c8\u5668\u5de5\u5177",
    "browser_action": {
        "default_icon": "images\/icons\/OurLogo_16.png",
        "default_title": "\u65b0\u8bd1\u7f51\u9875\u7ffb\u8bd1\u63d2\u4ef6"
    },
    "icons": {
        "16": "images\/icons\/OurLogo_16.png",
        "48": "images\/icons\/OurLogo_48.png",
        "96": "images\/icons\/OurLogo_96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/content_Common.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/*.newtranx.com\/*; object-src 'self'",
    "permissions": [
        "tabs",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "management",
        "storage"
    ],
    "web_accessible_resources": [
        "js\/lib\/jquery.min.js",
        "js\/Bind_Event.js",
        "plugin.html",
        "plugin_crossScreen.html"
    ]
}