Linguistic Chinese

Context-based learning software teaching Chinese through word-replacement

Cos'è Linguistic Chinese?

Linguistic Chinese è un'estensione di Chrome sviluppata da enterlingua, e la sua funzione principale è "Context-based learning software teaching Chinese through word-replacement".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Linguistic Chinese

Scarica i file di estensione Linguistic Chinese in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Linguistic Chinese Linguistic Chinese
ID meioabmfjailipihkejjlfpejhnmdjbd
URL Ufficiale https://chrome.google.com/webstore/detail/linguistic-chinese/meioabmfjailipihkejjlfpejhnmdjbd
Descrizione Context-based learning software teaching Chinese through word-replacement
Dimensione del File 840 KB
Conteggio Installazioni 75
Versione Corrente 1.0
Ultimo Aggiornamento 2016-01-25
Data di Pubblicazione 2016-01-25
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore enterlingua
Tipo di Pagamento free
Sito Web dell'Estensione https://www.interlingualtd.com
Lingue Supportate 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"
        }
    ]
}