HSK learning
Lean HSK and Hanzi passively while browsing
HSK learning là gì?
HSK learning là một tiện ích mở rộng Chrome được phát triển bởi Tobei, và tính năng chính của nó là "Lean HSK and Hanzi passively while browsing".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HSK learning
Tải xuống các tệp mở rộng HSK learning dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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?
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | HSK learning |
ID | cdfmjccilfmmlfdkhdlhnjgefhhocinl |
URL Chính Thức | https://chromewebstore.google.com/detail/hsk-learning/cdfmjccilfmmlfdkhdlhnjgefhhocinl |
Mô tả | Lean HSK and Hanzi passively while browsing |
Kích Thước Tệp | 224 KB |
Số Lần Cài Đặt | 328 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2019-03-30 |
Ngày Phát Hành | 2019-03-29 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Tobei |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |