WCL Translation

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

WCL Translation là gì?

WCL Translation là một tiện ích mở rộng Chrome được phát triển bởi rz12345, và tính năng chính của nó là "This extension translated warcraftlogs web site content from English to Chinese.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WCL Translation

Tải xuống các tệp mở rộng WCL Translation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WCL Translation WCL Translation
ID igihpginajhoahjcegmpknkfdgdimmnb
URL Chính Thức https://chromewebstore.google.com/detail/wcl-translation/igihpginajhoahjcegmpknkfdgdimmnb
Mô tả This extension translated warcraftlogs web site content from English to Chinese.
Kích Thước Tệp 3.27 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 2017.4.18 rc
Cập Nhật Lần Cuối 2017-04-20
Ngày Phát Hành 2017-04-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rz12345
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}