WebTrans

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

Qu'est-ce que WebTrans ?

WebTrans est une extension Chrome développée par tim-zhong, et sa fonction principale est "This extension helps you translate contents on any English webpage into Chinese".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WebTrans

Téléchargez les fichiers d'extension WebTrans au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom WebTrans WebTrans
ID hlamnpcpncjjmeicijmipaidpedgbldj
URL Officiel https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj
Description This extension helps you translate contents on any English webpage into Chinese
Taille du Fichier 58.35 KB
Nombre d'Installations 36
Version Actuelle 0.2
Dernière Mise à Jour 2019-07-10
Date de Publication 2019-07-10
Évaluation 5.00/5 Total 3 Évaluations
Développeur tim-zhong
Type de Paiement free
Site Web de l'Extension http://timzhong.com
Langues Prises en Charge 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"
            ]
        }
    ]
}