101weiqiLocalizer

Localize 101weiqi.com pages to English

101weiqiLocalizer là gì?

101weiqiLocalizer là một tiện ích mở rộng Chrome được phát triển bởi Marcel Grünauer, và tính năng chính của nó là "Localize 101weiqi.com pages to English".

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

screenshot

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

Tải xuống các tệp mở rộng 101weiqiLocalizer 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

                        101weiqi.com is a Chinese-language web site where you can solve problems for the Go board game. Unfortunately there is no English-language localization of that website. This extension aims to make it easier for those of us who don't read Chinese to use that site. The extension adds a script to 101weiqi.com's web pages which translates strings to English. It does not alter the functionality of 101weiqi.com in any way.                    

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

Tên 101weiqiLocalizer 101weiqiLocalizer
ID emhhlhigmokehndjjmgnailciakdmoba
URL Chính Thức https://chromewebstore.google.com/detail/101weiqilocalizer/emhhlhigmokehndjjmgnailciakdmoba
Mô tả Localize 101weiqi.com pages to English
Kích Thước Tệp 48.75 KB
Số Lần Cài Đặt 784
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2021-08-23
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Marcel Grünauer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://gogamespace.com/
URL Trang Chính Sách Bảo Mật http://gogamespace.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "101weiqiLocalizer",
    "description": "Localize 101weiqi.com pages to English",
    "version": "0.1.5",
    "author": "Marcel Gruenauer",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.101weiqi.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "start.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.101weiqi.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "icon-stone-128.png"
    },
    "manifest_version": 3
}