Linguistic Chinese

Context-based learning software teaching Chinese through word-replacement

什麼是Linguistic Chinese?

Linguistic Chinese是由enterlingua開發的Chrome擴展程式,該擴展的主要功能是“Context-based learning software teaching Chinese through word-replacement”。

擴展截圖

screenshot

下載Linguistic Chinese擴展crx文件

下載Linguistic Chinese擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 Linguistic Chinese Linguistic Chinese
ID meioabmfjailipihkejjlfpejhnmdjbd
官方網址 https://chrome.google.com/webstore/detail/linguistic-chinese/meioabmfjailipihkejjlfpejhnmdjbd
簡介 Context-based learning software teaching Chinese through word-replacement
檔案大小 840 KB
安裝次數 75
目前版本 1.0
更新時間 2016-01-25
上架時間 2016-01-25
評分 4.67/5 共 3 次評分
開發者 enterlingua
付費類型 free
擴展官網 https://www.interlingualtd.com
支援的語言 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"
        }
    ]
}