wiki-zh-default

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

O que é wiki-zh-default?

wiki-zh-default é uma extensão do Chrome desenvolvida por cthlo, e sua principal característica é "此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão wiki-zh-default

Baixe arquivos de extensão wiki-zh-default no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome wiki-zh-default wiki-zh-default
ID eihdajnnlmbmikdacefleogdjmlelkok
URL Oficial https://chromewebstore.google.com/detail/wiki-zh-default/eihdajnnlmbmikdacefleogdjmlelkok
Descrição 此擴展可以讓用戶在維基百科上設置默認的中文體系。 This extension allows users to set the default Chinese character set on Wikipedia. It helps avoid the…
Tamanho do Arquivo 3.87 KB
Contagem de Instalações 67
Versão Atual 1
Última Atualização 2014-08-06
Data de Publicação 2014-08-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor cthlo
Tipo de Pagamento free
Idiomas Suportados 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*"
    ]
}