HSK learning

Lean HSK and Hanzi passively while browsing

HSK learning란 무엇입니까?

HSK learning은(는) Tobei에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lean HSK and Hanzi passively while browsing"입니다.

확장 프로그램 스크린샷

screenshot

HSK learning 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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'"
}