Linguistic Chinese

Context-based learning software teaching Chinese through word-replacement

O que é Linguistic Chinese?

Linguistic Chinese é uma extensão do Chrome desenvolvida por enterlingua, e sua principal característica é "Context-based learning software teaching Chinese through word-replacement".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Linguistic Chinese

Baixe arquivos de extensão Linguistic Chinese 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

                        Welcome!
Linguistic Chinese is an immersion-based text-replacing software which allows the user to passively learn Chinese characters while browsing the Internet. This is the free, beta version. More information is available on our website, and within the extension. Enjoy!                    

Informações Básicas da Extensão

Nome Linguistic Chinese Linguistic Chinese
ID meioabmfjailipihkejjlfpejhnmdjbd
URL Oficial https://chrome.google.com/webstore/detail/linguistic-chinese/meioabmfjailipihkejjlfpejhnmdjbd
Descrição Context-based learning software teaching Chinese through word-replacement
Tamanho do Arquivo 840 KB
Contagem de Instalações 75
Versão Atual 1.0
Última Atualização 2016-01-25
Data de Publicação 2016-01-25
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor enterlingua
Tipo de Pagamento free
Site da Extensão https://www.interlingualtd.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Linguistic Chinese",
    "description": "Context-based learning software teaching Chinese through word-replacement",
    "version": "1.0",
    "icons": {
        "19": "icon.png",
        "48": "logo45.png",
        "128": "logo120.png"
    },
    "homepage_url": "http:\/\/interlingualtd.com",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "http:\/\/interlingualtd.com",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}