WebTrans

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

什麼是WebTrans?

WebTrans是由tim-zhong開發的Chrome擴展程式,該擴展的主要功能是“This extension helps you translate contents on any English webpage into Chinese”。

擴展截圖

screenshot

下載WebTrans擴展crx文件

下載WebTrans擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 WebTrans WebTrans
ID hlamnpcpncjjmeicijmipaidpedgbldj
官方網址 https://chrome.google.com/webstore/detail/webtrans/hlamnpcpncjjmeicijmipaidpedgbldj
簡介 This extension helps you translate contents on any English webpage into Chinese
檔案大小 58.35 KB
安裝次數 36
目前版本 0.2
更新時間 2019-07-10
上架時間 2019-07-10
評分 5.00/5 共 3 次評分
開發者 tim-zhong
付費類型 free
擴展官網 http://timzhong.com
支援的語言 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"
            ]
        }
    ]
}