wiki-zh-default

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

wiki-zh-defaultคืออะไร?

wiki-zh-default เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cthlo และคุณลักษณะหลักของมันคือ "此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย wiki-zh-default

ดาวน์โหลดไฟล์ส่วนขยาย wiki-zh-default ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        此擴展可以讓用戶在維基百科上設置默認的中文體系。
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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ wiki-zh-default wiki-zh-default
ID eihdajnnlmbmikdacefleogdjmlelkok
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wiki-zh-default/eihdajnnlmbmikdacefleogdjmlelkok
คำอธิบาย 此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…
ขนาดไฟล์ 3.87 KB
จำนวนการติดตั้ง 67
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2014-08-06
วันที่เผยแพร่ 2014-08-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา cthlo
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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*"
    ]
}