Linguistic Chinese

Context-based learning software teaching Chinese through word-replacement

What is Linguistic Chinese?

Linguistic Chinese is a Chrome extension developed by enterlingua, and its main feature is "Context-based learning software teaching Chinese through word-replacement".

Extension Screenshots

screenshot

Download Linguistic Chinese Extension CRX File

Download Linguistic Chinese extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Linguistic Chinese Linguistic Chinese
ID meioabmfjailipihkejjlfpejhnmdjbd
Official URL https://chrome.google.com/webstore/detail/linguistic-chinese/meioabmfjailipihkejjlfpejhnmdjbd
Description Context-based learning software teaching Chinese through word-replacement
File Size 840 KB
Installation Count 75
Current Version 1.0
Last Updated 2016-01-25
Publish Date 2016-01-25
Rating 4.67/5 Total 3 Ratings
Developer enterlingua
Payment Type free
Extension Website https://www.interlingualtd.com
Supported Languages 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"
        }
    ]
}