HSK learning

Lean HSK and Hanzi passively while browsing

O que é HSK learning?

HSK learning é uma extensão do Chrome desenvolvida por Tobei, e sua principal característica é "Lean HSK and Hanzi passively while browsing".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão HSK learning

Baixe arquivos de extensão HSK learning no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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?                    

Informações Básicas da Extensão

Nome HSK learning HSK learning
ID cdfmjccilfmmlfdkhdlhnjgefhhocinl
URL Oficial https://chromewebstore.google.com/detail/hsk-learning/cdfmjccilfmmlfdkhdlhnjgefhhocinl
Descrição Lean HSK and Hanzi passively while browsing
Tamanho do Arquivo 224 KB
Contagem de Instalações 328
Versão Atual 0.0.2
Última Atualização 2019-03-30
Data de Publicação 2019-03-29
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Tobei
Tipo de Pagamento free
Idiomas Suportados 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'"
}