WCL Translation

This extension translated warcraftlogs web site content from English to Chinese.

What is WCL Translation?

WCL Translation is a Chrome extension developed by rz12345, and its main feature is "This extension translated warcraftlogs web site content from English to Chinese.".

Extension Screenshots

screenshot
screenshot

Download WCL Translation Extension CRX File

Download WCL Translation 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

                        適用於 Warcraft Logs - Combat Analysis for Warcraft 網站的內容翻譯

目前仍在測試中,有任何的問題與建議請不吝告知。

提供問題與建議
https://docs.google.com/forms/d/e/1FAIpQLSd45xkJrz9XIetA1AoZ7vHqq37KUfsQ6E5vKoPgC2QOSvmHHA/viewform?usp=sf_link                    

Extension Basic Information

Name WCL Translation WCL Translation
ID igihpginajhoahjcegmpknkfdgdimmnb
Official URL https://chromewebstore.google.com/detail/wcl-translation/igihpginajhoahjcegmpknkfdgdimmnb
Description This extension translated warcraftlogs web site content from English to Chinese.
File Size 3.27 KB
Installation Count 36
Current Version 2017.4.18 rc
Last Updated 2017-04-20
Publish Date 2017-04-19
Rating 5.00/5 Total 1 Ratings
Developer rz12345
Email [email protected]
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WCL Translation",
    "description": "This extension translated warcraftlogs web site content from English to Chinese.",
    "version": "0.0.6",
    "version_name": "2017.4.18 rc",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.warcraftlogs.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}