HSK learning
Lean HSK and Hanzi passively while browsing
Qu'est-ce que HSK learning ?
HSK learning est une extension Chrome développée par Tobei, et sa fonction principale est "Lean HSK and Hanzi passively while browsing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HSK learning
Téléchargez les fichiers d'extension HSK learning au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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?
Informations de Base sur l'Extension
Nom | HSK learning |
ID | cdfmjccilfmmlfdkhdlhnjgefhhocinl |
URL Officiel | https://chromewebstore.google.com/detail/hsk-learning/cdfmjccilfmmlfdkhdlhnjgefhhocinl |
Description | Lean HSK and Hanzi passively while browsing |
Taille du Fichier | 224 KB |
Nombre d'Installations | 328 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2019-03-30 |
Date de Publication | 2019-03-29 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Tobei |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |