Hangul
A korean vocabulary building chrome extension.
O que é Hangul?
Hangul é uma extensão do Chrome desenvolvida por hangullearn.com, e sua principal característica é "A korean vocabulary building chrome extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hangul
Baixe arquivos de extensão Hangul 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
Learn Korean with style! Make every New Tab a daily lesson with a new Korean Word of the Day. The ultimate low effort, high value language extension tool! Flip the card daily to learn a new Korean in the simplest way. Native Korean pronunciations included with each word and a descriptive sentence to aid to learning. The card refreshes every 24 hours with a new beautiful Korean background!
Informações Básicas da Extensão
Nome | Hangul |
ID | knkkmemihnkkehhkkdonlnfgajbjpadc |
URL Oficial | https://chromewebstore.google.com/detail/hangul/knkkmemihnkkehhkkdonlnfgajbjpadc |
Descrição | A korean vocabulary building chrome extension. |
Tamanho do Arquivo | 2.62 MB |
Contagem de Instalações | 1,263 |
Versão Atual | 1.2 |
Última Atualização | 2021-03-09 |
Data de Publicação | 2020-05-07 |
Classificação | 4.90/5 Total de 20 Avaliações |
Desenvolvedor | hangullearn.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://hangullearn.com/ |
URL da Página de Ajuda | https://hangullearn.com/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hangul", "version": "1.2", "description": "A korean vocabulary building chrome extension.", "manifest_version": 2, "content_security_policy": "script-src 'self' 'sha256-eE1k\/Cs1U0Li9\/ihPPQ7jKIGDvR8fYw65VJw+txfifw='; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "alarms" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "48": "icon48.png", "128": "icon128.png" } } |