对照翻译

网页翻译工具

什麼是对照翻译?

对照翻译是由wjun7th開發的Chrome擴展程式,該擴展的主要功能是“网页翻译工具”。

擴展截圖

screenshot

下載对照翻译擴展crx文件

下載对照翻译擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 对照翻译 对照翻译
ID chenklbehlodfecfapbbgkpdadpniggl
官方網址 https://chrome.google.com/webstore/detail/%E5%AF%B9%E7%85%A7%E7%BF%BB%E8%AF%91/chenklbehlodfecfapbbgkpdadpniggl
簡介 网页翻译工具
檔案大小 94.35 KB
安裝次數 421
目前版本 1.0
更新時間 2018-07-03
上架時間 2018-07-03
評分 2.00/5 共 2 次評分
開發者 wjun7th
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}