Linguistic Chinese

Context-based learning software teaching Chinese through word-replacement

Co to jest Linguistic Chinese?

Linguistic Chinese to rozszerzenie Chrome opracowane przez enterlingua, a jego główną funkcją jest „Context-based learning software teaching Chinese through word-replacement”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Linguistic Chinese

Pobierz pliki rozszerzeń Linguistic Chinese w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Linguistic Chinese Linguistic Chinese
ID meioabmfjailipihkejjlfpejhnmdjbd
Oficjalny URL https://chrome.google.com/webstore/detail/linguistic-chinese/meioabmfjailipihkejjlfpejhnmdjbd
Opis Context-based learning software teaching Chinese through word-replacement
Rozmiar pliku 840 KB
Liczba instalacji 75
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-01-25
Data Publikacji 2016-01-25
Ocena 4.67/5 Łącznie 3 Oceny
Deweloper enterlingua
Typ Płatności free
Strona Rozszerzenia https://www.interlingualtd.com
Obsługiwane Języki 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"
        }
    ]
}