wiki-zh-default

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

Vad är wiki-zh-default?

wiki-zh-default är en Chrome-tillägg utvecklad av cthlo, och dess huvudfunktion är "此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…".

Tilläggsskärmbilder

screenshot

Ladda ner wiki-zh-default-förlängningens CRX-fil

Ladda ner wiki-zh-default-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn wiki-zh-default wiki-zh-default
ID eihdajnnlmbmikdacefleogdjmlelkok
Officiell webbadress https://chromewebstore.google.com/detail/wiki-zh-default/eihdajnnlmbmikdacefleogdjmlelkok
Beskrivning 此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…
Filstorlek 3.87 KB
Antal Installationer 67
Aktuell Version 1
Senast Uppdaterad 2014-08-06
Publiceringsdatum 2014-08-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare cthlo
Betalningssätt free
Stödda Språk 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*"
    ]
}