Linguistic Chinese

Context-based learning software teaching Chinese through word-replacement

Vad är Linguistic Chinese?

Linguistic Chinese är en Chrome-tillägg utvecklad av enterlingua, och dess huvudfunktion är "Context-based learning software teaching Chinese through word-replacement".

Tilläggsskärmbilder

screenshot

Ladda ner Linguistic Chinese-förlängningens CRX-fil

Ladda ner Linguistic Chinese-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Linguistic Chinese Linguistic Chinese
ID meioabmfjailipihkejjlfpejhnmdjbd
Officiell webbadress https://chrome.google.com/webstore/detail/linguistic-chinese/meioabmfjailipihkejjlfpejhnmdjbd
Beskrivning Context-based learning software teaching Chinese through word-replacement
Filstorlek 840 KB
Antal Installationer 75
Aktuell Version 1.0
Senast Uppdaterad 2016-01-25
Publiceringsdatum 2016-01-25
Betyg 4.67/5 Totalt 3 Betyg
Utvecklare enterlingua
Betalningssätt free
Tilläggswebbplats https://www.interlingualtd.com
Stödda Språk 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"
        }
    ]
}