WebTrans

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

What is WebTrans?

WebTrans is a Chrome extension developed by tim-zhong, and its main feature is "This extension helps you translate contents on any English webpage into Chinese".

Extension Screenshots

screenshot

Download WebTrans Extension CRX File

Download WebTrans extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name WebTrans WebTrans
ID hlamnpcpncjjmeicijmipaidpedgbldj
Official URL https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj
Description This extension helps you translate contents on any English webpage into Chinese
File Size 58.35 KB
Installation Count 36
Current Version 0.2
Last Updated 2019-07-10
Publish Date 2019-07-10
Rating 5.00/5 Total 3 Ratings
Developer tim-zhong
Payment Type free
Extension Website http://timzhong.com
Supported Languages 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"
            ]
        }
    ]
}