Linguistic Chinese

Context-based learning software teaching Chinese through word-replacement

Linguistic Chinese là gì?

Linguistic Chinese là một tiện ích mở rộng Chrome được phát triển bởi enterlingua, và tính năng chính của nó là "Context-based learning software teaching Chinese through word-replacement".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Linguistic Chinese

Tải xuống các tệp mở rộng Linguistic Chinese dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Linguistic Chinese Linguistic Chinese
ID meioabmfjailipihkejjlfpejhnmdjbd
URL Chính Thức https://chrome.google.com/webstore/detail/linguistic-chinese/meioabmfjailipihkejjlfpejhnmdjbd
Mô tả Context-based learning software teaching Chinese through word-replacement
Kích Thước Tệp 840 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-01-25
Ngày Phát Hành 2016-01-25
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển enterlingua
Loại Thanh Toán free
Trang Web Mở Rộng https://www.interlingualtd.com
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}