WebTrans

This extension helps you translate contents on any English webpage into Chinese

Cos'è WebTrans?

WebTrans è un'estensione di Chrome sviluppata da tim-zhong, e la sua funzione principale è "This extension helps you translate contents on any English webpage into Chinese".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebTrans

Scarica i file di estensione WebTrans 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

                        Simply select the text with your cursor and get the accurate Chinese translation in no time!                    

Informazioni di Base sull'Estensione

Nome WebTrans WebTrans
ID hlamnpcpncjjmeicijmipaidpedgbldj
URL Ufficiale https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj
Descrizione This extension helps you translate contents on any English webpage into Chinese
Dimensione del File 58.35 KB
Conteggio Installazioni 36
Versione Corrente 0.2
Ultimo Aggiornamento 2019-07-10
Data di Pubblicazione 2019-07-10
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore tim-zhong
Tipo di Pagamento free
Sito Web dell'Estensione http://timzhong.com
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebTrans",
    "description": "This extension helps you translate contents on any English webpage into Chinese",
    "version": "0.2",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "web_accessible_resources": [
        "loading.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "webtrans.css"
            ],
            "js": [
                "webtrans.js"
            ]
        }
    ]
}