wiki-zh-default

此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…

wiki-zh-default là gì?

wiki-zh-default là một tiện ích mở rộng Chrome được phát triển bởi cthlo, và tính năng chính của nó là "此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…".

Ả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 wiki-zh-default

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

                        此擴展可以讓用戶在維基百科上設置默認的中文體系。
This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the hassle of choosing it from the menu every time landing on a Chinese Wikipedia page.                    

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

Tên wiki-zh-default wiki-zh-default
ID eihdajnnlmbmikdacefleogdjmlelkok
URL Chính Thức https://chromewebstore.google.com/detail/wiki-zh-default/eihdajnnlmbmikdacefleogdjmlelkok
Mô tả 此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…
Kích Thước Tệp 3.87 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2014-08-06
Ngày Phát Hành 2014-08-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển cthlo
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": "wiki-zh-default",
    "version": "1",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/zh.wikipedia.org\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/zh.wikipedia.org\/wiki*"
    ]
}