Linguistic Chinese
Context-based learning software teaching Chinese through word-replacement
Linguistic Chineseคืออะไร?
Linguistic Chinese เป็นส่วนขยายของ Chrome ที่พัฒนาโดย enterlingua และคุณลักษณะหลักของมันคือ "Context-based learning software teaching Chinese through word-replacement"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Linguistic Chinese
ดาวน์โหลดไฟล์ส่วนขยาย 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" } ] } |