对照翻译

网页翻译工具

Cos'è 对照翻译?

对照翻译 è un'estensione di Chrome sviluppata da wjun7th, e la sua funzione principale è "网页翻译工具".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 对照翻译

Scarica i file di estensione 对照翻译 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome 对照翻译 对照翻译
ID chenklbehlodfecfapbbgkpdadpniggl
URL Ufficiale https://chrome.google.com/webstore/detail/%E5%AF%B9%E7%85%A7%E7%BF%BB%E8%AF%91/chenklbehlodfecfapbbgkpdadpniggl
Descrizione 网页翻译工具
Dimensione del File 94.35 KB
Conteggio Installazioni 421
Versione Corrente 1.0
Ultimo Aggiornamento 2018-07-03
Data di Pubblicazione 2018-07-03
Valutazione 2.00/5 Totale 2 Valutazioni
Sviluppatore wjun7th
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}