Linguistic Chinese
Context-based learning software teaching Chinese through word-replacement
Linguistic Chinese क्या है?
Linguistic Chinese enterlingua द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Context-based learning software teaching Chinese through word-replacement"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Linguistic Chinese एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } ] } |