对照翻译

网页翻译工具

What is 对照翻译?

对照翻译 is a Chrome extension developed by wjun7th, 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

                        可以方便的让我们对进翻译结果对照阅读.同时也可以和浏览器保存成PDF, 翻译结果会一并保存进PDF.                    

Extension Basic Information

Name 对照翻译 对照翻译
ID chenklbehlodfecfapbbgkpdadpniggl
Official URL https://chrome.google.com/webstore/detail/%E5%AF%B9%E7%85%A7%E7%BF%BB%E8%AF%91/chenklbehlodfecfapbbgkpdadpniggl
Description 网页翻译工具
File Size 94.35 KB
Installation Count 421
Current Version 1.0
Last Updated 2018-07-03
Publish Date 2018-07-03
Rating 2.00/5 Total 2 Ratings
Developer wjun7th
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u5bf9\u7167\u7ffb\u8bd1",
    "version": "1.0",
    "description": "\u7f51\u9875\u7ffb\u8bd1\u5de5\u5177",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "menu.js"
        ]
    },
    "permissions": [
        "tabs",
        "clipboardRead",
        "activeTab",
        "contextMenus",
        "storage",
        "notifications",
        ""
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    }
}