对照翻译

网页翻译工具

对照翻译とは何ですか?

对照翻译はwjun7thによって開発されたChromeの拡張機能で、その主な機能は「网页翻译工具」です。

拡張機能のスクリーンショット

screenshot

对照翻译拡張機能のCRXファイルをダウンロード

对照翻译拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 对照翻译 对照翻译
ID chenklbehlodfecfapbbgkpdadpniggl
公式URL 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
Eメール [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"
    }
}