HSK learning
Lean HSK and Hanzi passively while browsing
什麼是HSK learning?
HSK learning是由Tobei開發的Chrome擴展程式,該擴展的主要功能是“Lean HSK and Hanzi passively while browsing”。
擴展截圖
下載HSK learning擴展crx文件
下載HSK learning擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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'" } |