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」です。
拡張機能のスクリーンショット
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!
拡張機能の基本情報
名前 | |
ID | meioabmfjailipihkejjlfpejhnmdjbd |
公式URL | 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" } ] } |