HSK learning
Lean HSK and Hanzi passively while browsing
HSK learning क्या है?
HSK learning Tobei द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Lean HSK and Hanzi passively while browsing"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HSK learning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Discover a new chinese character each day. Every day a character from selected HSK levels is selected and displayed in the browser button bar. Clicking it bring forth a detailed information about this character pronouciation, level, as well as the words from every HSK levels where this character is used. Future ideas: - Only display the words and have the details reveal by clicking / passing over. - Choose what characters you remember well or not and make those less/more frequent - Make a custom new tab page with the selected character (and more info). - Linking to websites for more info about the character (breakdown, dictionary...) - Time based change of character, probably deterministic so people see the same one - PDF / printable export of the character or calligraphy practice sheet - More ideas?
एक्सटेंशन की मूल जानकारी
नाम | HSK learning |
ID | cdfmjccilfmmlfdkhdlhnjgefhhocinl |
आधिकारिक URL | https://chromewebstore.google.com/detail/hsk-learning/cdfmjccilfmmlfdkhdlhnjgefhhocinl |
विवरण | Lean HSK and Hanzi passively while browsing |
फ़ाइल का आकार | 224 KB |
स्थापना संख्या | 328 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2019-03-30 |
प्रकाशन तिथि | 2019-03-29 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Tobei |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "manifest_version": 2, "name": "HSK learning", "description": "Lean HSK and Hanzi passively while browsing", "version": "0.0.2", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "html\/background.html" }, "options_page": "html\/options.html", "browser_action": { "default_title": "HSK learning", "default_popup": "html\/popup.html" }, "icons": { "24": "images\/icon24.png", "128": "images\/icon128.png" }, "permissions": [ "storage" ], "web_accessible_resources": [ "images\/icon.gif" ], "content_security_policy": "script-src 'self'" } |