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? 拡張機能の基本情報
| 名前 | |
| 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'"
} | |