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 cthlo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में wiki-zh-default एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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